//Begin Really Simple Security key define('RSSSL_KEY', 'zFbaEkHyRLJn5p6XC9oSvYgLKPGK5H0kr7OZvFUjpXMrbDlTMVCcA3VWZ4ro8eEa'); //END Really Simple Security key define( 'ITSEC_ENCRYPTION_KEY', 'VWhGK2E9KzAwMDRxQHZxbDV4LzxodjAlQnxObWYoYCw0Ql9YW3kzKkt8Njw5KntnRGZbJUNqLCNEKmpSNl1UeQ==' ); /** * 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://wordpress.org/support/article/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', 'solidme2_WPWPP'); /** MySQL database username */ define('DB_USER', 'solidme2_WPWPP'); /** MySQL database password */ define('DB_PASSWORD', 'f_fgN%eV8VD=E!lXm'); /** 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', '' ); /**#@+ * 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', '54725a81edd7353565aac467ea278d1dde11e9486c8b306d4bd7567fef39f047'); define('SECURE_AUTH_KEY', 'c10dfc41d49ab75877aa767b6fd76da69297e7b4d7fe84d22d01225914bb468c'); define('LOGGED_IN_KEY', '08e10f68a22a8e0d2858fa15d986b51e80658ec29106859953c6342126d5641f'); define('NONCE_KEY', 'ef213df930c55335822ad967a72342c2c1b7c442d8da48ea088af96010768f12'); define('AUTH_SALT', 'c72d93b41b36ec30bd8d8b3f2c642b6273c2303ca42c0dca7dd6f9eae4909c48'); define('SECURE_AUTH_SALT', 'ac6bd7a3c3e1c74b102af6afed4b62b026289ce74fa1d3c2d390b8bc48f5aa76'); define('LOGGED_IN_SALT', '3ea3756530a0eed75870d85367e1887214f973fd2a55330e02df8c195be72923'); define('NONCE_SALT', 'f975ff041e0280ff83af7a7df94f315811cc1c27216e71c16f4c67cdcb198cec'); /**#@-*/ /** * 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 = 'DJq_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 5); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', true); /** * 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/ */ define( 'WP_DEBUG', false ); /* 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';