File: /var/www/sites/30291/public_html/wp-config.php
<?php
define('WP_SITEURL', isset($_SERVER['HTTP_HOST']) ? (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https://'.$_SERVER['HTTP_HOST'] : 'http://'.$_SERVER['HTTP_HOST'] : 'http://fernandda-menezes.builderallwppro.com');
define('WP_HOME', isset($_SERVER['HTTP_HOST']) ? (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https://'.$_SERVER['HTTP_HOST'] : 'http://'.$_SERVER['HTTP_HOST'] : 'http://fernandda-menezes.builderallwppro.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:
*
* * 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', 'fernandda_menezes' );
/** Database username */
define( 'DB_USER', 'fernandda_menezes' );
/** Database password */
define( 'DB_PASSWORD', 'Y73ic2cWvqde0Zmt' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'latin1' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', 'latin1_swedish_ci' );
/**#@+
* 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', '=k{GO2t4S%yoB+lIg(poC o-4UC|NU`dtoapvFx63sLf%C8qv$P.C/%uyQhjb1+*' );
define( 'SECURE_AUTH_KEY', 'CQky+j5Bsh{h4w|9LF&&{9&q;DFIl{02$reK>6(L*e0Nc 7R661W)KY~G][u/)cT' );
define( 'LOGGED_IN_KEY', 'SN}1ve>!p]z!jbF[3n97mtR^qC<?S!YyE.1!:S4g~uqgwwZNOgv_oqN $E!Fmg~C' );
define( 'NONCE_KEY', 'YFPwLzK/[7~d-#tg9=R:5i5f,8;TIu;-:hR[LvTwXcc-!JqCyw0GhOEv^xg^7Vcs' );
define( 'AUTH_SALT', 'RF!C _tBTu+JdL6.9Be)c]4|u!:cFe5CO|B1v?=&RU,.YyX]3gu22InaSCf._MA:' );
define( 'SECURE_AUTH_SALT', ')rVdT`]/H[b0e]LCop_<alg(,_XxxM]}mGKD~;#/_}(5M[qHVx`03*PPEo8Ex<WA' );
define( 'LOGGED_IN_SALT', '^J?n>4X#H^5x K;o#p=WT$]L*.wcca~ +GVNb9uyW$0{1rI17fZ/Q}Pzbm,<-A`4' );
define( 'NONCE_SALT', 'z`L5AV8UAvwia-|U,UwdiTt3ZtR-EPBrQQe t*=1Gm^->BQLJDR6a,M9#tEV}X;+' );
define( 'WP_CACHE_KEY_SALT', 'p[YS6RZ]H/<uKz|9S_]8}l=(4cFG0XR}YV;V*QpGw0*Z(B&q:vUT= KynbE8SXnO' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';