· 6 years ago · Oct 15, 2019, 07:34 PM
1<?php
2/**
3 * The base configuration for WordPress
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 can
7 * copy this file to "wp-config.php" and fill in the values.
8 *
9 * This file contains the following configurations:
10 *
11 * * MySQL settings
12 * * Secret keys
13 * * Database table prefix
14 * * ABSPATH
15 *
16 * @link https://codex.wordpress.org/Editing_wp-config.php
17 *
18 * @package WordPress
19 */
20// ** MySQL settings - You can get this info from your web host ** //
21/** The name of the database for WordPress */
22define('DB_NAME', '*****');
23/** MySQL database username */
24define('DB_USER', '*****');
25/** MySQL database password */
26define('DB_PASSWORD', '*****');
27/** MySQL hostname */
28define('DB_HOST', 'localhost');
29/** Database Charset to use in creating database tables. */
30define('DB_CHARSET', 'utf8mb4');
31/** The Database Collate type. Don't change this if in doubt. */
32define('DB_COLLATE', '');
33define('WP_ALLOW_REPAIR', true);"
34/**#@+
35 * Authentication Unique Keys and Salts.
36 *
37 * Change these to different unique phrases!
38 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
39 * 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.
40 *
41 * @since 2.6.0
42 */
43define('AUTH_KEY', 'gfdkb64cdqmcxfokc5o59jbzmlxpukntuqjlxwsalbxjwhtbynxzw9tcip1fi9ws');
44define('SECURE_AUTH_KEY', 'o7h7xoxikua8fjfvqmzwcpwfy7buacbzl9k92oxwu369wxegjhh7o6wqrsgpx8qp');
45define('LOGGED_IN_KEY', 'izxtbxi8b5yjlcq0jj6vgt30hawjqkktnhzuh2tpaisgss2q8n0oqy4oceljazjj');
46define('NONCE_KEY', 'jecubhj9yhb7g6lrf2wsrcqpq1joxsdd4fhgvcmmrygwy8f72i5hvltcfqx1ouxi');
47define('AUTH_SALT', 'miur2ldtb45khabern071yj7mvin8x8ojz83ueing1waa8aqn2x8j0ifngxeoy6o');
48define('SECURE_AUTH_SALT', 'go538w1hzy8a3laadradiiwslg900fxt1x5nspzdin371uw1nmtjkyqehlna0ikk');
49define('LOGGED_IN_SALT', 'bk4hhetwjywpqgyxhvs5k8gpeyd9cs8wlb3dtsg6zjygk9jxmsmbo5epvyfbdzwg');
50define('NONCE_SALT', '93agi65wx9ozjfygapvmybn2mubgxpllqfmdqr44dvvknpzidqxetefhj3ouvybk');
51/**#@-*/
52/**
53 * WordPress Database Table prefix.
54 *
55 * You can have multiple installations in one database if you give each
56 * a unique prefix. Only numbers, letters, and underscores please!
57 */
58$table_prefix = 'wp59_';
59/**
60 * For developers: WordPress debugging mode.
61 *
62 * Change this to true to enable the display of notices during development.
63 * It is strongly recommended that plugin and theme developers use WP_DEBUG
64 * in their development environments.
65 *
66 * For information on other constants that can be used for debugging,
67 * visit the Codex.
68 *
69 * @link https://codex.wordpress.org/Debugging_in_WordPress
70 */
71define('WP_DEBUG', false);
72define( 'WP_MEMORY_LIMIT', '128M' );
73/* That's all, stop editing! Happy blogging. */
74/** Absolute path to the WordPress directory. */
75if ( !defined('ABSPATH') )
76 define('ABSPATH', dirname(__FILE__) . '/');
77/** Sets up WordPress vars and included files. */
78require_once(ABSPATH . 'wp-settings.php');
79# Disables all core updates. Added by SiteGround Autoupdate:
80define( 'WP_AUTO_UPDATE_CORE', false );
81
82
83
84@include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system