· 7 years ago · Sep 17, 2018, 02:42 PM
1<?php
2/** Enable W3 Total Cache */
3define('WP_CACHE', true); // Added by W3 Total Cache
4
5/** Enable W3 Total Cache */
6
7/** Enable W3 Total Cache */
8
9
10/**
11 * The base configuration for WordPress
12 *
13 * The wp-config.php creation script uses this file during the
14 * installation. You don't have to use the web site, you can
15 * copy this file to "wp-config.php" and fill in the values.
16 *
17 * This file contains the following configurations:
18 *
19 * * MySQL settings
20 * * Secret keys
21 * * Database table prefix
22 * * ABSPATH
23 *
24 * @link https://codex.wordpress.org/Editing_wp-config.php
25 *
26 * @package WordPress
27 */
28
29// ** MySQL settings - You can get this info from your web host ** //
30/** The name of the database for WordPress */
31define('DB_NAME', 'wordpress_4f337lem5g');
32
33/** MySQL database username */
34define('DB_USER', 'n9VNt824FincWVI');
35
36/** MySQL database password */
37define('DB_PASSWORD', 'nSxv3n9QCCeejJug');
38
39/** MySQL hostname */
40define('DB_HOST', 'veniabusinesshubcom.ipagemysql.com');
41
42/** Database Charset to use in creating database tables. */
43define('DB_CHARSET', 'utf8');
44
45/** The Database Collate type. Don't change this if in doubt. */
46define('DB_COLLATE', '');
47
48@ini_set('memory_limit','256M');
49
50/**#@+
51 * Authentication Unique Keys and Salts.
52 *
53 * Change these to different unique phrases!
54 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
55 * 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.
56 *
57 * @since 2.6.0
58 */
59define('AUTH_KEY', '=b?zY=<FeCHof{ulfdKfY(fmdOsvjcCPi;Q%{GF(X;Ge|cl$;=Wz>Fga]HPOqwU!wtbs{*cucX{KgjTvd>-/?}loXFiqNRF$H;nn$>SOuc+%S(sDuN(kDdB])CKZd!R>');
60define('SECURE_AUTH_KEY', 'Pm_--etvkZz@_mG_->y;<R*[[PdLJSssGuR$htcoT(U[)}X<Fl=BabJhjCo%JLAEC%pcSOqP?wYaEqTTLq]$$EW@=tvJ;lSyU}?vw<L]|e-k$Ka!)lu}kIJ&PPt^gnng');
61define('LOGGED_IN_KEY', '_QtdWN!uchDUOQgpaI(acfZoR>y%g;XsiPA|hg^+G%ImBOWVV|>LCil!flGqvhR|QLuvCbozDo<A+*ax[Gb|s{}AK;]UIi<B]hWHX}vAseQHDmti-FGYHSMKV&JhhQkq');
62define('NONCE_KEY', 'bsvnUTLk[QuPEqZX{<STMt<RfT-BS?SYNz!Egwk?LKyt<ZVsEIOg[ABN|mH)w@aGXZLGOaE]r]H[e>nZF(QPR]Rlht_riWzMZ[GbcNyb>$NZUs{odXFp/AByr|*jNZD/');
63define('AUTH_SALT', '=^peGZkYItswXQk&;*{M(WDvPwzL%}!jLMFd+;EBIK$q>|l->@sz&@cE^SxiKp]Zngdov&QwzLBXg|c>phbnK>zQId]Pz{c%[X$fYs<jWl&BJTUcb<_dVrdn>QEbl;Me');
64define('SECURE_AUTH_SALT', 'PzT|feBTg^wZC)+&iPTKW)G/&[RN[jVtCd|vWEpNsav+}a;_Qk-MG)=jUSPoD)T;WPY(SsY|gizK%nTb??!rAlh]CnxKoceU>Jyx}&KQdkc}I<Pb[*F%(p%zgL+Pl+Xr');
65define('LOGGED_IN_SALT', 'YJRnAN@_$a[lY==WBRieb|$tGDuI@uQmSPB/drbDPQ]EAvLR+Q<bT(UC_!|ub{sJIaPitgMvUR;ViEXv$!dlR!s${fIo-=$|I-ET[!kGcqYH[*WcoCAy|ubEJk&++cOV');
66define('NONCE_SALT', 'u!LR_uyjvgaWcI|i&EMZ!Ym@fRw_QZJ[zpz|/RIFtyl$bd$RnhRA}uY*bGkHH;<W}>oK^qF)r)p$ARC/EZqMVnr<wWC=Il@{cU}ey]LLuyHi@Ics^U?^uU[l?]xwN*(<');
67
68/**#@-*/
69
70/**
71 * WordPress Database Table prefix.
72 *
73 * You can have multiple installations in one database if you give each
74 * a unique prefix. Only numbers, letters, and underscores please!
75 */
76$table_prefix = 'wp_ycif_';
77
78/**
79 * For developers: WordPress debugging mode.
80 *
81 * Change this to true to enable the display of notices during development.
82 * It is strongly recommended that plugin and theme developers use WP_DEBUG
83 * in their development environments.
84 *
85 * For information on other constants that can be used for debugging,
86 * visit the Codex.
87 *
88 * @link https://codex.wordpress.org/Debugging_in_WordPress
89 */
90define('WP_DEBUG', false);
91
92/* That's all, stop editing! Happy blogging. */
93
94/** Absolute path to the WordPress directory. */
95if ( !defined('ABSPATH') )
96 define('ABSPATH', dirname(__FILE__) . '/');
97
98/** Sets up WordPress vars and included files. */
99require_once(ABSPATH . 'wp-settings.php');
100
101/**
102* Increase default memory.
103*/