1
0
Fork 0
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:
Alexis Gavoty 2013-12-07 00:12:04 +01:00
parent 754af7d057
commit 4a9bea3bb5

View file

@ -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_';