diff -r 34716fd837a4 -r be944660c56a wp/wp-config-sample.php --- a/wp/wp-config-sample.php Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-config-sample.php Wed Sep 21 18:19:35 2022 +0200 @@ -2,9 +2,9 @@ /** * The base configuration for WordPress * - * The wp-config.php creation script uses this file during the - * installation. You don't have to use the web site, you can - * copy this file to "wp-config.php" and fill in the values. + * The wp-config.php creation script uses this file during the installation. + * You don't have to use the web site, you can copy this file to "wp-config.php" + * and fill in the values. * * This file contains the following configurations: * @@ -31,18 +31,20 @@ /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); -/** Database Charset to use in creating database tables. */ +/** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); -/** The Database Collate type. Don't change this if in doubt. */ +/** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ - * Authentication Unique Keys and Salts. + * Authentication unique keys and salts. * - * Change these to different unique phrases! - * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} - * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. + * Change these to different unique phrases! You can generate these using + * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. + * + * You can change these at any point in time to invalidate all existing cookies. + * This will force all users to have to log in again. * * @since 2.6.0 */ @@ -58,7 +60,7 @@ /**#@-*/ /** - * WordPress Database Table prefix. + * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! @@ -79,6 +81,10 @@ */ define( 'WP_DEBUG', false ); +/* Add any custom values between this line and the "stop editing" line. */ + + + /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */