/** * 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', 'wrimembe_ss_dbname1a5'); /** MySQL database username */ define('DB_USER', 'wrimembe_ss_d1a5'); /** MySQL database password */ define('DB_PASSWORD', 'mUgwEaQ3bb6E'); /** 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', '+G@9$oXDs}R;1wg0m9-bB@^z6~)$,Q3GF3d`ycOq$q{x%~&*[*_yZ!U4gM7>jah3'); define('SECURE_AUTH_KEY', 'u=]$)I5t}dKKyeo/R?8)M_Oh{Fp;3*{j [C$vWZ[cM)Ft~)H@wMQ$0E+DeZrlWK*'); define('LOGGED_IN_KEY', 'Q{EE9#zQkJJ)hBr?3I=qCqL[?Qp5M2kV_r9J6[E(DntlD}M^W-Q#Gi&4*(OB7lUJ'); define('NONCE_KEY', 'EteQ6>@b55l7wbF#zLdrEZgpo0gc&D~_j34k%k=LLq~-`k@{vhOW5p=RAPW~~4xu'); define('AUTH_SALT', 'TUw+F]#=;UT)#LYTbj_gTn#g[ZB+6Oo3,+44h1AW17B`+zn(kzV,?*M/].Dd;Exo'); define('SECURE_AUTH_SALT', '_P}:;=Y&x`u]4nB=Q6.AeZ~a/lA+~.i=8!T}yPB&t[JJ=Ks!3rEOvHT>FcSh4EwQ'); define('LOGGED_IN_SALT', '(ls+kG/^Gj8vP~2IiQ|ZRgB}oC}n]tQbH~LhhIjx#)ufz9v9(AeWc`v<1`Wvq%@~'); define('NONCE_SALT', '$j4WVV Ible6D-.xj] 2`M:Kw4&}Mn4YK1@Jm{p$l;u3p,*A},/V[bnJW{nnE@f&'); /**#@-*/ /** * 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');