File: /home/bh3tt1tzmo4m/public_html/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 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', 'datagenexpublishing.com' );
/** Database username */
define( 'DB_USER', 'datagenexpublishing_user' );
/** Database password */
define( 'DB_PASSWORD', '5rs7u!rkmulheeBEnu' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'y[UQ^144|oI-oT`s+`iD/6Pko@FOlQY+-XlNmUx9A5_3-DMU3>2G=Ii@%Ev5>Ii>' );
define( 'SECURE_AUTH_KEY', '[%/fC{?B1NrZLP&L}e/pC1!][wV ?Jk/O`a9WA7Xw|-6S_}(^{1ZCjQmE#ceHjK8' );
define( 'LOGGED_IN_KEY', 'w*gb2L<vz6a(GA6o!i7._zu3.x[[tWWXa+bhGvhi}{.J< TKj#M$DF$0h}d>`e@E' );
define( 'NONCE_KEY', '2Tzza?_!lx?Uo|}H7, ]im7L(+?sXv]v CD,pqq6nUrL:v1;_m3d9UfWu>W3jzwy' );
define( 'AUTH_SALT', 'Db5t@JrG2DR1?H4IM{=2(>`[/OhOlIQO*Kh;z`IZ8,?|ZYY jV>(Zz-;|3uB[A1J' );
define( 'SECURE_AUTH_SALT', '`Jxx*tQ4]D[L0-T6xc,A|J/3Tx[J}1$*~/I7Q~7gNJ]<[#G/o|Evu7^cfYuPn.3!' );
define( 'LOGGED_IN_SALT', 'k=2d-qA7wqcT$8LEpaZ60i)h>?{9F(buY4;0EgDF;,4z0G*l,l|07^fSdFU9P:hn' );
define( 'NONCE_SALT', '_MU1Bd#`vN9w:-B~Ig0;sm)=Ne ./ghXIGJ}>n/XFf@E#+Pn7D+N+#wYI8ss.bYx' );
/**#@-*/
/**
* 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 = '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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';