Current File : /home/tdmfgi5/tdradiationshielding.com/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', 'tdmfgi5_wp_mkuhk' );
/** Database username */
define( 'DB_USER', 'tdmfgi5_wp_zhjhp' );
/** Database password */
define( 'DB_PASSWORD', 'C6qGh8IyP!jjN9^N' );
/** 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', '7~jOQkbuXus~;2kho)4QenPC5;Ddl(f+[5y3HVaj+nPSA47jNdNQI6BQBkFV[(g:');
define('SECURE_AUTH_KEY', 'Yne@%jrQ8NeM5mI60Z0kR&Co~l8Y71;~-lyMV!_5kEyW2dgV016tu99eW-0cI(wR');
define('LOGGED_IN_KEY', 'W9]&ZMdK3bncUU469(Y+Uo580P-236ab#bGm79qU#*i~:+_r7;374-R7W|%L3n7)');
define('NONCE_KEY', 'EC38WY/9c/fkC5gM+d21QK%1rQOG[33@+#U+7n5m4#q0/hTQqgtD9813OEE6~8K/');
define('AUTH_SALT', 'UCEr7~#5sefah60@tmYT]h1gs)j-@A+Oq8IleL-di%3/7m[S-%5_5H%758-5j_0[');
define('SECURE_AUTH_SALT', 'jFS*8f6dI3HRY*;4o0;V]8r6w0trtgNr1@65_*6|EZa(H36ybx3V5D35yL/##75H');
define('LOGGED_IN_SALT', '6u115_yq*G1YR&+~VjZ0S@_8S61C-660QVFC5_#i~#Qj[v8V(81*rg&8b4kP4@(6');
define('NONCE_SALT', 'QB5__7s6@GetZ8gh*ed~)kb-9w~y_Fg8R%tDvj@Q7SR!UgzP1jQV1j7v1x1&4vDy');
/**#@-*/
/**
* 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 = 'O7gZdoj_';
/* 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';