File: /home/bpw3460lz1vy/public_html/wp-config.php
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'verona_new' );
/** Database username */
define( 'DB_USER', 'verona_new' );
/** Database password */
define( 'DB_PASSWORD', 'verona_new' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '6:mu0eLvXQ2ofRPMO/#;U@w}Y]XQ0.)Ak}zfQQnN@A@y4xG.r{dute 7Q{3.u +#' );
define( 'SECURE_AUTH_KEY', '/o584[;X<PiV&W^.L&{.m+RR~qR`d|FM-H%SW]th$ejoDy;;I?#qPDp8m g)b9IZ' );
define( 'LOGGED_IN_KEY', ',F>R`~SCc&3=>l$,5{Yn&]k6fzHEI#NocJTdKgqh4cK:uS4###v|<W@$iMv%|k&F' );
define( 'NONCE_KEY', 'fby liZ&o@bD-`]{|o]69+Vso=rw4cS)lOx#)&Nt1t))gf1_W5#j5tG#&R3x$*qu' );
define( 'AUTH_SALT', 'ahDeERQ0t$@clY|/O6uJ<oo2ETQ;SBjHo+O5P]o~dDfQ[AS6ss%3awjJq~XcbG)x' );
define( 'SECURE_AUTH_SALT', 'FC !yZcuS2#bzX(5KE0Qs?2_$+%naJYeYd2-4bw,~@upc<3aG8!Ta$NC;@v3L99*' );
define( 'LOGGED_IN_SALT', 'q6Y6Qo=T/UVI2:( w#Oi^(kuj_e8[k%|J58N2nD_0,;BxaO|&`0FoGN8oxH[wL}g' );
define( 'NONCE_SALT', 'Ej[bbl(L,}$*AC_FnY#^^9V4aMQs=frp-fPL| WSs/gVpu`P.;]5HF{<!E7H5{`A' );
*/
define('AUTH_KEY', '(?f`epn&rpgg#<&?u|}8No%)*owdBT:A|ka--[Q`W,ZwHA3T<ed)B[gzUP{A/7,Z');
define('SECURE_AUTH_KEY', 'vM#j6 gN:WNW=VkD1yV=q1tYB4~hX+-8!*[@lS$`N;Gv_Nh$[H5z$}3|>8khBZa6');
define('LOGGED_IN_KEY', '9/TDKzF5Oy< )C}fp-Y-TAZ$c`hm] _D4c^%y4Jk:bLU2m3Zqo/erN!jQv*?&oZ.');
define('NONCE_KEY', 'sebl1$g8&mO}@upL:.U[>pJqw+%Nk9(jx#JD$fU #(VmdOB1N2X*2}F~nHO#.kj');
define('AUTH_SALT', '$ ytzw+mxIeuKcx`qFuW&Zt0TV|;u2ZKx$`7~Jlf5xlHrR-Xvd4~HO+=<$=AG<a');
define('SECURE_AUTH_SALT', '+5s0w=ISG[mFB}loD.pdDGmi1QF=_$kIb].0l6@T4GERP7*1hC/oM=Xe(ZE)=CcQ');
define('LOGGED_IN_SALT', 'RP4mdKE82N8@52 &,||$SD?LH8|f|EXM}v*8g[^++/d*vm?-f9lq9gOv&K+&2S(%');
define('NONCE_SALT', '~G}vlA-Ye.qe|^bqg5moVAL>7ezs,}!%/&>aqlL?J+)v7wI+04E,W<-pNM673iy)');
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
//$table_prefix = 'wpbm_';
// Update these if you're moving to a new domain
//define('WP_HOME','http://www.veronaae.com/');
//define('WP_SITEURL','http://www.veronaae.com/');
// Alternative method (temporary):
define('RELOCATE', true); // Remove after first login
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
//define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
// ** WordPress Database Table prefix ** //
//$table_prefix = 'wp_';
$table_prefix = 'SERVMASK_PREFIX_';
// ** WordPress URLs ** //
define('WP_HOME','https://www.veronaae.com');
define('WP_SITEURL','https://www.veronaae.com');
// ** WordPress debugging ** //
// define('WP_DEBUG', false);
// define('WP_DEBUG_LOG', false);
// define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
// @ini_set('display_errors', 1);
// ** File permissions ** //
define('FS_METHOD', 'direct');
define('FS_CHMOD_DIR',0755);
define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
// ** SSL ** //
define('FORCE_SSL_ADMIN', true);
// Force WordPress to recognize it's installed
define('WP_INSTALLING', false);
// Set correct URLs
define('WP_HOME', 'https://www.veronaae.com');
define('WP_SITEURL', 'https://www.veronaae.com');
// Bypass installation check temporarily
define('RELOCATE', true);
define('WP_MEMORY_LIMIT', '512M');
/* 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-settings.php';
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';