X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3e7fab96d7874067884348df10bbdcdefa4a89ad..959f97d8ecd5c1668103a3e41c795486b944bc68:/wp-config.php diff --git a/wp-config.php b/wp-config.php index cec77f22..8f40f3ba 100644 --- a/wp-config.php +++ b/wp-config.php @@ -7,6 +7,11 @@ define('DB_HOST', WIZARD_DBSERVER); // 99% chance you won't need to change th define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); +// Change SECRET_KEY to a unique phrase. You won't have to remember it later, +// so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/ +// to get a secret key generated for you, or just make something up. +define('SECRET_KEY', WIZARD_SECRETKEY); // Change this to a unique phrase. + // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!