G define('WP_CACHE', true); /** * 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', 'ud0ad2bc_rwp1_www'); /** MySQL database username */ define('DB_USER', 'ud0ad2bc'); /** MySQL database password */ define('DB_PASSWORD', 'pe717de674d'); /** 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', ''); define('AUTH_KEY', '7: s:@X$V0tN$wv;*V0+#}s@^WphM,cK8Jl:KdWr-V%,E~+g0kr|T70xE/DJ.@gdI*{UY[4_),ruxau{=GkF_T/s+J`G'); define('LOGGED_IN_KEY', '8Za7JG0Js/xy&a?PQBd#*xC*@%0|w|o=,>mj5f6+.YcDRJ-_>DwQ;a,/yKvSvRDf'); define('NONCE_KEY', '^xy?oBfzx1ds@ I-?1F-No@2r*YF!x/q[G18fvGNWt;1,-L64?wCWDg/0zg9QcC)'); define('AUTH_SALT', 'QV*w/k*Sjz*j/.on)^uF2RC|k<;tfSei_g#,&piT/>$w9*hFyGpGy>VXhy-GH0|1'); define('SECURE_AUTH_SALT', '._L1-/dB_,|ZqHMAet=4]Yh-l84,ZGd5jq44J|/skif-1H=c,[-/to/%pp$aWOFh'); define('LOGGED_IN_SALT', ']j4&`u}b]st=+4fx/G]pM@=@yDpMZqyZ#T)iM;9/|dn,?#S`1NI{WD2]IIsqgc)d'); /** * 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_MODS', true); define('DISALLOW_FILE_EDIT', true); }