Jake Vanderwerf
2026-02-10 607a0c1c65629e883859f0d17d79ced334ddec4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the web site, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */
 
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_9090417' );
 
/** Database username */
define( 'DB_USER', 'user-8484095' );
 
/** Database password */
define( 'DB_PASSWORD', 'CZvHXJ0wd2' );
 
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
 
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
 
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
 
/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * 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.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',          'qxPk61Jf2tn|mz0Dx$9(ikHT4)v[[uagWf3T3`x.Ds2NU[0y7*C3)Ci=ex+A~kp^' );
define( 'SECURE_AUTH_KEY',   'kK7n[x_}ClcUw2^ow~%WR9aP.!O}kq7FXxbKuAwtBg@.2=r1~!x<R12Y_g10[P^{' );
define( 'LOGGED_IN_KEY',     '-0tgnq P _y8~m95C9E.[S+o]Z-GC/(|wyyn/}yO5 de51AM#)y#$i4=OQ!Q(2k=' );
define( 'NONCE_KEY',         '?V-na8MDy-n`S2>3<[i.D#27H/Qlt|v{=R/dSC}Km%p}r){aE?LB=-k:v2ip2#r)' );
define( 'AUTH_SALT',         '4L0JSr]Z!27na~D?P];2TEz*BVVG~jG;1Od|r28H;$CgWP:J~NUx>$ng.gke2s<5' );
define( 'SECURE_AUTH_SALT',  '8{LtR_$P;gi=c7j!w+>Pt6KS(T-]F2Wlf~Ca~4-_}A8=~]k3~6):06$;leK_?a G' );
define( 'LOGGED_IN_SALT',    'hp6]B8`a? w^):H+|c!`UR[T5$rDjHQ$~X)^lZ~N>|swQ8h.1,c:Ut^K|~Rhe-kA' );
define( 'NONCE_SALT',        'MnNfXD+<Ibe0C&<u]3xmawWV4~>#ckfXV#9@t<;gqr8>o$]D}NQZ6dXTY.L$by,G' );
define( 'WP_CACHE_KEY_SALT', 'pU95(>.]6vpDh~9!F1C`T/ 02JB[EEMj*)W_pNDD{PRzEm`Oc+5iu?q6}9;F2[ F' );
 
 
/**#@-*/
 
/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wp_';
define( 'WP_AUTO_UPDATE_CORE', false );
 
 
/* Add any custom values between this line and the "stop editing" line. */
// Redis Object Cache Configuration
define('WP_REDIS_HOST', '10.3.2.169');
define('WP_REDIS_PORT', 6379);
define('WP_REDIS_PASSWORD', 'CFKceq00762');
define('WP_REDIS_TIMEOUT', 1);
define('WP_REDIS_READ_TIMEOUT', 1);
 
define('WP_REDIS_DATABASE', 0);
define('WP_REDIS_PREFIX', 'jakevan_');
define('WP_REDIS_MAXTTL', 86400 * 7);
 
 
/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 1 );
 
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define('SCRIPT_DEBUG', true);
 
 
 
define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'jakevan.ca' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
 
/* That's all, stop editing! Happy publishing. */
 
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
    define( 'ABSPATH', __DIR__ . '/' );
}
 
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-jelastic.php';
require_once ABSPATH . 'wp-settings.php';