Changeset 42058 for branches/4.7/wp-tests-config-sample.php
- Timestamp:
- 10/31/2017 12:33:25 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
wp-tests-config-sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/trunk merged: 41662,42056
- Property svn:mergeinfo changed
-
branches/4.7/wp-tests-config-sample.php
r38858 r42058 39 39 define( 'DB_COLLATE', '' ); 40 40 41 /**#@+ 42 * Authentication Unique Keys and Salts. 43 * 44 * Change these to different unique phrases! 45 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} 46 */ 47 define('AUTH_KEY', 'put your unique phrase here'); 48 define('SECURE_AUTH_KEY', 'put your unique phrase here'); 49 define('LOGGED_IN_KEY', 'put your unique phrase here'); 50 define('NONCE_KEY', 'put your unique phrase here'); 51 define('AUTH_SALT', 'put your unique phrase here'); 52 define('SECURE_AUTH_SALT', 'put your unique phrase here'); 53 define('LOGGED_IN_SALT', 'put your unique phrase here'); 54 define('NONCE_SALT', 'put your unique phrase here'); 55 41 56 $table_prefix = 'wptests_'; // Only numbers, letters, and underscores please! 42 57
Note: See TracChangeset
for help on using the changeset viewer.