· 7 years ago · Aug 10, 2018, 11:24 PM
1<?php
2/** Enable W3 Total Cache Edge Mode */
3define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache
4
5// BEGIN A2 CONFIG
6define('DISALLOW_FILE_EDIT', true);
7// END A2 CONFIG
8
9/**
10 * The base configuration for WordPress
11 *
12 * The wp-config.php creation script uses this file during the
13 * installation. You don't have to use the web site, you can
14 * copy this file to "wp-config.php" and fill in the values.
15 *
16 * This file contains the following configurations:
17 *
18 * * MySQL settings
19 * * Secret keys
20 * * Database table prefix
21 * * ABSPATH
22 *
23 * @link https://codex.wordpress.org/Editing_wp-config.php
24 *
25 * @package WordPress
26 */
27
28// ** MySQL settings - You can get this info from your web host ** //
29/** The name of the database for WordPress */
30define('DB_NAME', 'gunnsraz_a2wp107');
31
32/** MySQL database username */
33define('DB_USER', 'gunnsraz_a2wp107');
34
35/** MySQL database password */
36define('DB_PASSWORD', '7TNfP-)3S1');
37
38/** MySQL hostname */
39define('DB_HOST', 'localhost');
40
41/** Database Charset to use in creating database tables. */
42define('DB_CHARSET', 'utf8');
43
44/** The Database Collate type. Don't change this if in doubt. */
45define('DB_COLLATE', '');
46
47/**#@+
48 * Authentication Unique Keys and Salts.
49 *
50 * Change these to different unique phrases!
51 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
52 * 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.
53 *
54 * @since 2.6.0
55 */
56define('AUTH_KEY', 'a4ajuqv0a0dfqcxudcpzillw7bza7fixgsvlcdk72efibqkwsbcneqqn8o8pt3ji');
57define('SECURE_AUTH_KEY', 'he90in9x1lisnq6ui4w68uximxunyx3nfzhbsnwofdanajt85zywyrfn0pkcoxdn');
58define('LOGGED_IN_KEY', 'firhmsdeqzkvkrexzwabnbnrx9kazrkxjd8oqiw3lw4okkvyimrtd1ikfrqebltq');
59define('NONCE_KEY', '8psopvvr5rmxhmyvt0e3udhqv6qtzm1opzmayoka07ksistnesoltvptxdusshoy');
60define('AUTH_SALT', 'txy4tzocfxumvnbrsoolnv7hbmvrzrtjtsd5bpgwb1qqqcox7qpo8rrwqsaqpee3');
61define('SECURE_AUTH_SALT', 'ytgyl7uqsxb0xobhdzqvsfap5umxtgtmah1xge4at9zuctxw8aausybyluet1m52');
62define('LOGGED_IN_SALT', 's0azkyj4vvazowmhrs3y2aa3xaiprydtqcu4v9seus3biyyg6ldkqtvdebykoei9');
63define('NONCE_SALT', 'jnvqfa4iu3lfyecr3meztsne5geagjjoz78nc22yzjudwqtvlzcvt7jstu4mbepc');
64
65/**#@-*/
66
67/**
68 * WordPress Database Table prefix.
69 *
70 * You can have multiple installations in one database if you give each
71 * a unique prefix. Only numbers, letters, and underscores please!
72 */
73$table_prefix = 'wpge_';
74
75/**
76 * For developers: WordPress debugging mode.
77 *
78 * Change this to true to enable the display of notices during development.
79 * It is strongly recommended that plugin and theme developers use WP_DEBUG
80 * in their development environments.
81 *
82 * For information on other constants that can be used for debugging,
83 * visit the Codex.
84 *
85 * @link https://codex.wordpress.org/Debugging_in_WordPress
86 */
87define('WP_DEBUG', true);
88define( 'WP_DEBUG_LOG', true );
89define( 'WP_DEBUG_DISPLAY', false );
90
91/* Multisite */
92define( 'WP_ALLOW_MULTISITE', true );
93
94define('MULTISITE', true);
95define('SUBDOMAIN_INSTALL', true);
96define('DOMAIN_CURRENT_SITE', 'marygunnfunn.com');
97define('PATH_CURRENT_SITE', '/');
98define('SITE_ID_CURRENT_SITE', 1);
99define('BLOG_ID_CURRENT_SITE', 1);
100
101
102define('CONCATENATE_SCRIPTS', false );
103
104
105
106/* That's all, stop editing! Happy blogging. */
107
108/** Absolute path to the WordPress directory. */
109if ( !defined('ABSPATH') )
110 define('ABSPATH', dirname(__FILE__) . '/');
111
112/** Sets up WordPress vars and included files. */
113require_once(ABSPATH . 'wp-settings.php');
114
115define ( 'BP_ROOT_BLOG', 3 );