/** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the * installation. You don't have to use the web site, you can * copy this file to "wp-config.php" and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'compsato_manprom'); /** MySQL database username */ define('DB_USER', 'compsato_manprom'); /** MySQL database password */ define('DB_PASSWORD', 'manpromers'); /** 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', 'h!kd0t92Xp?IsaZeYBBG.P$-%^S~f&h$}0u,6nX}Fynf>H*!L<8[UV>>?ncQ jb+'); define('SECURE_AUTH_KEY', 'r; ukv0Q!IZAb@x)Y-RJc!Ld#-#`{z&2~BC_A}y:GieH|;f!!g)D~v-^E&(f|]qg'); define('LOGGED_IN_KEY', 'fR?]K56sww_D+,xAr?D5LqGfn{!gxu*9:.(5`u_QyBt~]5L(om(4n1|?@#sKyB+~'); define('NONCE_KEY', 'gqH3:5C5,r{7c&WPY^~sKEd8xD.+] ?TF?Uq}F.9,`oy_LD:Fv4-=8d?)0=]*h%3'); define('AUTH_SALT', 'XDPP(_q1=!(+2)Uqe|8i/VcWo8HtzF-Ydg,^STwaL[}Mt~cg[K4YT.uI^6 h]}=?'); define('SECURE_AUTH_SALT', '@l),2_@x7%uuy A>?R?Ic_$A_:cfHWH1m-.|Z gEK3}ukfRo#pn}eBHH.FfdPJ0'); define('LOGGED_IN_SALT', '$^`,eVW#l?4[f[g(Ew=9SpeJ|UY#[vbT>9Zq:Vho9pi|9P8y0gDABMd5[N.YPKGa'); define('NONCE_SALT', 'lV,|h6,_`9j]oQ }~tZvVkhZ$0fXF$KjvM6ZY8px1kk}WX]a$WK>;-!Rmj#+;#io'); /**#@-*/ /** * 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); define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); /* 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');