diff --git a/conf/wp-config.php b/conf/wp-config.php index 5dd55a1..d4d1b26 100644 --- a/conf/wp-config.php +++ b/conf/wp-config.php @@ -9,7 +9,14 @@ define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); // Keys -KEYSTOCHANGE +define('AUTH_KEY', 'KEY1'); +define('SECURE_AUTH_KEY', 'KEY2'); +define('LOGGED_IN_KEY', 'KEY3'); +define('NONCE_KEY', 'KEY4'); +define('AUTH_SALT', 'KEY5'); +define('SECURE_AUTH_SALT', 'KEY6'); +define('LOGGED_IN_SALT', 'KEY7'); +define('NONCE_SALT', 'KEY8'); // Prefix $table_prefix = 'wp_';