File: /home/brisketersmhw/www/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
define('FORCE_SSL_ADMIN', true);
define('WP_HOME', 'https://www.sunriseblvddental.com');
define('WP_SITEURL', 'https://www.sunriseblvddental.com');
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'i2755199_wp4' );
/** MySQL database username */
define( 'DB_USER', 'i2755199_wp4' );
/** MySQL database password */
define( 'DB_PASSWORD', 'I.zYN0SmHlMEWAd0HRH95' );
/** MySQL 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', '$/|lKKP`fa:6;)VX|FCQyZJqTNIq7mWvJgH~Q-Id8Ug-+C^<S-{9*FnLk5qih>5X');
define('SECURE_AUTH_KEY', 'XdXHoBs~$#$ 8pH&)35w`9Ff3Drx,Q{dw~[<{!xa5RPN;mXo+i+E[6p#)l-XL3h0');
define('LOGGED_IN_KEY', 'D~+MzTt)NM58 P7c9Hu6&kg;8Z%[zi12/LvQM!p+{]Mk0G{Hw7$VzfcI9|SQ/-[F');
define('NONCE_KEY', '7[9ybh5bFtDEH?;%cL/JbfC8CmWl+` RS|*CON<tE-+x;PhsHO^UCWZ[No*.-|/p');
define('AUTH_SALT', '`pW7M9Pgb^LtF}(*eX$>aMlo1LGr9v`yRRrY3?Ox@hbmOK}=[>K;*1ym-Z!/C+g}');
define('SECURE_AUTH_SALT', ' .fy8{Fa/n8q+HD<K~7K.DD1{-/YHrqtv}b^c&nk@aJ KET@wS]W(rf?n3|)g,hv');
define('LOGGED_IN_SALT', 'YfSzW+_l8h)z?:sGo45>m/Hvav.wI+-K/F&-BF,eq{BUO9vD)?v R-tI+u7=x$:O');
define('NONCE_SALT', '-=VMDX0=A9I&<c ^K|/+A(OxF6&6]BoQ1Zkj|V/,]tY&eJjQl~Qx%,dmCH14KSti');
/**
* Other customizations.
*/
define('FS_METHOD','direct');
define('FS_CHMOD_DIR',0755);
define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**
* Turn off automatic updates since these are managed externally by Installatron.
* If you remove this define() to re-enable WordPress's automatic background updating
* then it's advised to disable auto-updating in Installatron.
*/
//define('AUTOMATIC_UPDATER_DISABLED', true);
/**#@-*/
/**
* 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_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_AUTO_UPDATE_CORE', true );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );