· 6 years ago · Jun 26, 2019, 01:04 PM
1
2// ** MySQL settings - You can get this info from your web host ** //
3/** The name of the database for WordPress */
4define('DB_NAME', 'redsecur_wp473');
5
6/** MySQL database username */
7define('DB_USER', 'redsecur_wp473');
8
9/** MySQL database password */
10define('DB_PASSWORD', 'g8(S9xap0.');
11
12/** MySQL hostname */
13define('DB_HOST', 'localhost');
14
15/** Database Charset to use in creating database tables. */
16define('DB_CHARSET', 'utf8mb4');
17
18/** The Database Collate type. Don't change this if in doubt. */
19define('DB_COLLATE', '');
20
21/**#@+
22 * Authentication Unique Keys and Salts.
23 *
24 * Change these to different unique phrases!
25 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
26 * 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.
27 *
28 * @since 2.6.0
29 */
30define('AUTH_KEY', 'wgvggkzclycm9dc5w7uq9gjveewkdfwl6y7qsxypmpckbdctixbye04dbwf9jbtw');
31define('SECURE_AUTH_KEY', 'umsbpeyayoegboktewknjmpuu0bagczcfctjc5xbkfswaoirl3s3mk6pprvbdcci');
32define('LOGGED_IN_KEY', 'icwg4x30kxcv7r3ly2zg8hc7ptm2yljjrcmwuawkolplyk4l0bqysrqjnzqu439t');
33define('NONCE_KEY', 'ieuma061x7vf1tmdouqyut9rej4zrupoxytc0fi8cihmgcgadw7j7ern4aujechy');
34define('AUTH_SALT', 'oearo1omz1omukpgetf9hw4nojma4yqi7cq0qa8dow2ppofrxhiwnq1wtsbvkapw');
35define('SECURE_AUTH_SALT', 'lul6f42xg1phrnb5twbrlmtwx5thjluvl9ehnxnh6y5wiaihgkyos5dishudtrfm');
36define('LOGGED_IN_SALT', 'i8fze589xuxyf3oe9urnpifviz5gf0xt3rab37hog2hky8s8xqumyev2puiixith');
37define('NONCE_SALT', 'gsbgw5gwybpt2ifckblskrr3t7rsr5v8bhnxvbpll3vcrcuz2cxo4era5it7rae1');