Changeset 42056 for trunk/wp-tests-config-sample.php
- Timestamp:
- 10/31/2017 11:59:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-tests-config-sample.php
r41289 r42056 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.