From f707a21ccd234d06d2ae3789162a8759e9f9c2a9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Aug 2022 08:43:38 +0200 Subject: [PATCH] Update wp-config.php --- conf/wp-config.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/wp-config.php b/conf/wp-config.php index 2e8fd17..1419cb6 100644 --- a/conf/wp-config.php +++ b/conf/wp-config.php @@ -48,14 +48,14 @@ define( 'DB_COLLATE', '' ); * * @since 2.6.0 */ -define( 'AUTH_KEY', 'put your unique phrase here' ); -define( 'SECURE_AUTH_KEY', 'put your unique phrase here' ); -define( 'LOGGED_IN_KEY', 'put your unique phrase here' ); -define( 'NONCE_KEY', 'put your unique phrase here' ); -define( 'AUTH_SALT', 'put your unique phrase here' ); -define( 'SECURE_AUTH_SALT', 'put your unique phrase here' ); -define( 'LOGGED_IN_SALT', 'put your unique phrase here' ); -define( 'NONCE_SALT', 'put your unique phrase here' ); +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' ); /**#@-*/