define('DB_NAME', 'pnajvabd_wp1'); /** MySQL database username */ define('DB_USER', 'pnajvabd_wp1'); /** MySQL database password */ define('DB_PASSWORD', 'E~iTD1I[P9B5JXgy9R^54..1'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', 'ZUFAhz9eEU1wIAj4TxKRPz3sY6Sbn3VNWC7cpo7PPaUAymlrLZYXbQctfXZY3Lzn'); define('SECURE_AUTH_KEY', 'mSB303SZJ9RZHZFU8JK3IALtenOLf9jd9sBqROkziPwSRUbgxzwxrzWWmhUuWbjk'); define('LOGGED_IN_KEY', 'XxUapdvWvU7hP8QxDY0J7BzI34Xr9kBnwB1ralNAVpuKhTsK4ZW1M4naUKOVRHkU'); define('NONCE_KEY', 'eBhzjrFLUMJ7FbY5UWhND5kKVuXN3MLSViDFpxf36QEOj3MM2V4xj14nxZE3SwZe'); define('AUTH_SALT', 'Q9GLUNLtSy4zYJgXlM7RfJqFWLYEO33sKXGPjnoC7fVrZRI7QtGynZhQK5epqVOe'); define('SECURE_AUTH_SALT', 'kJzhWcvHdeZaQ20VjbsZbChLA5jMoK5Hq2A8MOvGCMYnRq3pLNSAjMGKwXIuMftc'); define('LOGGED_IN_SALT', 'Sf5nKDGi84mXDb5vgpNn4rv4HadKolFakpBEGjc2CosPb455hPUUSWXlA2bI5DCK'); define('NONCE_SALT', '8SS6g83R4qFNXzc7v5YgkgEUU7Zw7NQyk0kksMd3LiLcX8P5THUBlQIsFvPTFKhY'); /** * Other customizations. */ define('FS_METHOD','direct');define('FS_CHMOD_DIR',0755);define('FS_CHMOD_FILE',0644); define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads'); /** * Turn off automatic updates since these are managed upstream. */ define('AUTOMATIC_UPDATER_DISABLED', true); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');