File: /home/u198011410/domains/atwebthinker.com/public_html/ekosolar/wp-config.php
<?php
/**
* 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', 'u198011410_yd6uC' );
/** Database username */
define( 'DB_USER', 'u198011410_BWCzN' );
/** Database password */
define( 'DB_PASSWORD', 'GhSbqiMhNy' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'girkfwC@wo$?`>M4-KPr<PLL?Odf!1d`].I,F)zyX&1phqpZJV9{k{9]rlX%T^2c' );
define( 'SECURE_AUTH_KEY', ')&9B>{rq=K^~BW`a{`7?&{h9>kG*`{B-[&3n|0R9eIE0FE1;/Gkxy%qH<F<n5ta5' );
define( 'LOGGED_IN_KEY', 'eCU^!=R_j4(xZaB{!vWKIfC;Q|-NEOuD|(.JXciw`HwG6[eJ6.?#E-,>a|6{F7T3' );
define( 'NONCE_KEY', 'q(w=H3Ha<WB;H` 0^+X;CbGzH~?tci/~.|*jJ9o)a1xy+OvS{4LP89LNBh%L -8w' );
define( 'AUTH_SALT', '-bnI1^zZlN^D0R3En^ks0Yk-SS)uP~UqYC$G4*C7x)(Hj^~]c7pTeS366Z !RgK:' );
define( 'SECURE_AUTH_SALT', 'xUYz?Jch]:E7|@cK]!Aw5cCXH_;4V-CtqH-w>&m`+5Y|u-ky )0k9W`}lATq5k5e' );
define( 'LOGGED_IN_SALT', 'BBR;KBX%b}/S!-DE||$1btSoQP-yXJ/)!AZh~&HPAbdHMr(Y0o}zsg5a<3%6b$+]' );
define( 'NONCE_SALT', 'O9!ox6v?yf&UNUD@bTgX)XoS)^OQ+m.,(AZ#ryX>P5]-GMh.J+##)C;}R[igA7RM' );
define( 'WP_CACHE_KEY_SALT', '^!0vv;0j(S`o|I{xtO7@QHqq/&XPHK0p;rmS+^4&MH4&:$hL| [VELATRCfgLLok' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';