Changes from branches/5.7/wp-config-sample.php at r55877 to branches/5.8/wp-config-sample.php at r55877
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8/wp-config-sample.php
r55877 r55877 3 3 * The base configuration for WordPress 4 4 * 5 * The wp-config.php creation script uses this file during the 6 * installation. You don't have to use the web site, you can7 * copy this file to "wp-config.php"and fill in the values.5 * The wp-config.php creation script uses this file during the installation. 6 * You don't have to use the web site, you can copy this file to "wp-config.php" 7 * and fill in the values. 8 8 * 9 9 * This file contains the following configurations: … … 32 32 define( 'DB_HOST', 'localhost' ); 33 33 34 /** Database Charset to use in creating database tables. */34 /** Database charset to use in creating database tables. */ 35 35 define( 'DB_CHARSET', 'utf8' ); 36 36 37 /** The Database Collate type. Don't change this if in doubt. */37 /** The database collate type. Don't change this if in doubt. */ 38 38 define( 'DB_COLLATE', '' ); 39 39 40 40 /**#@+ 41 * Authentication Unique Keys and Salts.41 * Authentication unique keys and salts. 42 42 * 43 * Change these to different unique phrases! 44 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} 45 * 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. 43 * Change these to different unique phrases! You can generate these using 44 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. 45 * 46 * You can change these at any point in time to invalidate all existing cookies. 47 * This will force all users to have to log in again. 46 48 * 47 49 * @since 2.6.0 … … 59 61 60 62 /** 61 * WordPress Database Table prefix.63 * WordPress database table prefix. 62 64 * 63 65 * You can have multiple installations in one database if you give each … … 80 82 define( 'WP_DEBUG', false ); 81 83 84 /* Add any custom values between this line and the "stop editing" line. */ 85 86 87 82 88 /* That's all, stop editing! Happy publishing. */ 83 89
Note: See TracChangeset
for help on using the changeset viewer.