File: /home/usas/electrohomio.usas.in/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', 'usas_wp_zhdq4' );
/** Database username */
define( 'DB_USER', 'usas_wp_ev5wo' );
/** Database password */
define( 'DB_PASSWORD', 'Gg!cWl1B@f!Fa1w3' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'K4WqR3#!)0T3zCB59M-_i7WuGqRv2w4n!V7!PiUy[CTR]8E4!24W@*nst*6&be5d');
define('SECURE_AUTH_KEY', 'V65;l7#Kr:8Wh:O6(_&|M;QZ]i_5l0([*H12LUqTlHcf0B&7C*l66#8Wg@nTX77+');
define('LOGGED_IN_KEY', '5iCPq)g29_c_AoA26!D%7][v1xX/#6oh4!lD6]m(;vAZ/K|*z0y1W6]YNq4UYtAU');
define('NONCE_KEY', '#L!8k@/2#eh5+]+zdw2UE@+1[mA!RW-Jg;5@a2%(H!~td:&#C|PN4zV|)!Jm5o&:');
define('AUTH_SALT', ')Oi]01P1Ynp]0&54@~c@zU((z38)O49qt2/:sQ0#j2|C~89rG:]I(luHz17433lS');
define('SECURE_AUTH_SALT', '2Ijo0Pbg)k3jQZ9lQcDN%&05@5]-7u]3G]:3@SHI6/*(57R%OOY!vd-x1g0fq@A)');
define('LOGGED_IN_SALT', 'V5kB059(3hzc%wu5Kjq4)c*5faW;RYkX@D2l@tP9XH@gmQmyM3nOl455Van1Wm0_');
define('NONCE_SALT', '@904WJG:4*4sJx|xR5xpV#pehdV-IL-B&)DUYxm0KA|(/x5Z:rpn-:%[8gT@qWc7');
/**#@-*/
/**
* 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 = 'bH7vbH_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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';