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
754af7d057
commit
4a9bea3bb5
1 changed files with 8 additions and 1 deletions
|
@ -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_';
|
||||
|
|
Loading…
Add table
Reference in a new issue