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+#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';