Changeset 42343 for trunk/wp-tests-config-sample.php
- Timestamp:
- 11/30/2017 11:09:33 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/wp-tests-config-sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-tests-config-sample.php
r42056 r42343 45 45 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} 46 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');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 55 56 $table_prefix = 'wptests_'; // Only numbers, letters, and underscores please!56 $table_prefix = 'wptests_'; // Only numbers, letters, and underscores please! 57 57 58 58 define( 'WP_TESTS_DOMAIN', 'example.org' );
Note: See TracChangeset
for help on using the changeset viewer.