File: /home/drdaynet/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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://wordpress.org/support/article/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', 'drdaynet_wp' );
/** MySQL database username */
define( 'DB_USER', 'drdaynet_admin' );
/** MySQL database password */
define( 'DB_PASSWORD', 'vhadUQ,_C&9H' );
/** MySQL 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', '=?_8X^4c84~VV4lqEc/-fw/.^&G%<mei mxb4Zm+L,4kavv9!::7S?{GBB@3YC_k' );
define( 'SECURE_AUTH_KEY', 'Xy8S{?oIs-!=BjrzPI@InePDKPW]E B@;0Y3{f$MT%dsZ*bFVl#aKUJY^ZL`i@4t' );
define( 'LOGGED_IN_KEY', ']A,?iKY[WF7&6u@n$sP+6#%d{d1R`IuQ1#3+v*H?O[p9#k<^W0(4$I/^yHXH(&r.' );
define( 'NONCE_KEY', 'bpg}wGT6m4&`uw0 nl@ld*O%~_8<j,KM.GYmu--BE$VgM]#Z%WZ9|r%wD<iZ=._c' );
define( 'AUTH_SALT', '^VoH,_cdE~HC_cm+hR31lIVupv!|6@z3x1Zz$Vb@d;lNbrov-G1w?1yjV0T35*;#' );
define( 'SECURE_AUTH_SALT', '!/CNANb??Y[@kw8XH~3HSNhX+B`Ukb^[qd&V[Uh];{{-jF?>(^6B${h(m4vLWv@|' );
define( 'LOGGED_IN_SALT', '#I<G~DG/zja^MPSl!1xTGAf$Sc{NNYM_3V5V..M5I~PZ,w|CE:$>]C&4k;IhnV=x' );
define( 'NONCE_SALT', '{^24 Kf*DFALa7|]_}5J7WV|9NcCCc{+l~y^E1[1MY`,ylstx%=Mr-Zo1ijy>u9]' );
/**#@-*/
/**
* 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 );
/* 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';