?>
define('DB_NAME', 'jobboxj2_default');
/** MySQL database username */
define('DB_USER', 'jobboxj2_admin');
/** MySQL database password */
define('DB_PASSWORD', 'E[,a7=e2R$C7,Zg?#.');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', '_6? %cY{1!V?m6DW5s8(Xf5x?vy|JJ`q?A8$%%j.|B1KW$c34/tEUvbeh#8s#24X');
define('SECURE_AUTH_KEY', 'i!}9}{Fx6=n[V`^s>=04Tq)Z1(-3sPT51DYs}+');
define('LOGGED_IN_KEY', '9.[.;*vQ_[bq%.fThPe-?E:ky9Y3|EZc].(8WHNmmfVT&-;>fFX-/BGO=(29aqa9');
define('NONCE_KEY', '-f%-MR4^p4A|E#irKyOLk)V9NE4: *7=nrVy/SVv2ao04twH-_4ZDh7)eTZ23{W*');
define('AUTH_SALT', '*mK@HcCc&T-Y)n{@6Sfy%$V5FCVYPDG`+#Tpe;Z3os,Hf9oS?~X!$j{j8;/%6 ,i');
define('SECURE_AUTH_SALT', '<^:,3iTuIripV--DgLlzdWp*fKy%17t4!eQ&xXPbpU(TT4zA$pUQdAO:2:HuLd^sx,Q-0u^,L_o>(6uTK]G9P~-D{mwv?B{U}3>oiKO%}*=d]-');
define('NONCE_SALT', '>m:OUSX9n$/QLYla->L&W,*[K3qq:jqmVjNqVA>wpBd?.VF,9~6^iIG+<5yYL}Rz');
/**#@-*/
/**
* 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');
define('DISALLOW_FILE_EDIT', false);
define('DISALLOW_FILE_MODS', false);
?>