Changeset 50918 for trunk/wp-config-sample.php
- Timestamp:
- 05/16/2021 08:43:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config-sample.php
r50917 r50918 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 … … 84 86 85 87 86 /** Custom Values must appearabove this line. That's all, stop editing! Happy publishing. */88 /** Custom values must be above this line. That's all, stop editing! Happy publishing. */ 87 89 88 90 /** Absolute path to the WordPress directory. */
Note: See TracChangeset
for help on using the changeset viewer.