mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Update wp-config.php
This commit is contained in:
parent
7b2129e03f
commit
f707a21ccd
1 changed files with 8 additions and 8 deletions
|
@ -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' );
|
||||
|
||||
/**#@-*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue