php /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('WP_CACHE', true); define( 'WPCACHEHOME', '/home/politicoph/public_html/wp-content/plugins/wp-super-cache/' ); define( 'DB_NAME', 'politicoph_wp_rhiez' ); /** Database username */ define( 'DB_USER', 'politicoph_wp_p6afj' ); /** Database password */ define( 'DB_PASSWORD', 't5mpkfX_5hD3n&1!' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'zzt34G6#fZ0+D+Ns|wwGa*MH;|w0zRvJ:vrV2x@1(FiO5L5b1)nrNbaakyhwOraz'); define('SECURE_AUTH_KEY', 'WHbe4lBnMhdYvMeFbkV1![RRSh6Io5#CPS!8AA_jiFtxuVLhQtqMS5VOZAU]rsA['); define('LOGGED_IN_KEY', '&2Z)feVtRF+g)w1B-0gXxo1%Z]&kwMv-uld8RVL63e(WtDXTmc#qb]_3rqhD@:AU'); define('NONCE_KEY', '8%UrR703JZA!abYrqALJRwk7-tsd@Iv;16&*IAK2l[b@ub0Y8/U_ftU]R5-x[nb&'); define('AUTH_SALT', 'Q61ZmlJto|eqvW/K98+;A;5%z3R8#keCKCQb[!E*jZZdwRyX3e[F|2;#u%2HaWDF'); define('SECURE_AUTH_SALT', 'fooGTZrZg4lW/0uAMxK%-AfA_p#/NvkFjOqj+|[~kaBl|A_]5s7bG[dCVutO!0SS'); define('LOGGED_IN_SALT', 'P0zG]RKsr@48h*u&wOdls)pYZo!1o!S#)%G#zlJ|*nF*b)d-TzF(DBzTkqokoxYj'); define('NONCE_SALT', '7YLf4mp+#z_9~%1VU;NY29b-xwxxM2QqKwgqVGRxgHEJOV*ABTCsGSZP-L(m86_:'); /**#@-*/ /** * 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 = 'QXeVnOovx_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define( 'DISABLE_WP_CRON', true ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';