<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
define('WP_MEMORY_LIMIT', '1024M');
/**
* 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
* * 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', 'mynew_database' );
/** Database username */
define( 'DB_USER', 'directbody' );
/** Database password */
define( 'DB_PASSWORD', 'Admin!@2022' );
/** Database hostname */
define( 'DB_HOST', 'goldindustries10170282.domaincommysql.com' );
/** 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', '}1|p]nhhEV3 ^fT8(t!M3=4R~)Z-)zYF5UO{|WzSqAV*>/iw8:/n`r8Tf_L3<;;S' );
define( 'SECURE_AUTH_KEY', 'e//m^Hkjc|XS@<&|AS4iZZTM6[9:3H6-x#!?yDW%1f9o}h6QX cJjDFqlT-.I6ah' );
define( 'LOGGED_IN_KEY', 'yD}8uRW%yx6bVr oI)Uy+oCD-L)68fRy5~!=A<mbF3[P3s/ny~Q#XU#a)g +D,.a' );
define( 'NONCE_KEY', '+K.*dhG-Y&^0UQe>V7}<QqM!q04RDO4olC5% 2kvN>rc%fycrT`Y=xqmD+&z,SVy' );
define( 'AUTH_SALT', '23+u{*5R5/X3Y7U./^l}mw$nTN0Aeom}S|`C .Gh1<^_Z~oB$t128Md K}g[6:B)' );
define( 'SECURE_AUTH_SALT', 'ha07&Gq|dj`2M1d$(Uz{:1S&#!ng>|{soYcF/<_ywE0Qz@t^$v3ck{m-T1p=[lQd' );
define( 'LOGGED_IN_SALT', 'W{feCa9]/EQRWk$iKMbmA>ZI_p+N)]ecOWN0^h}6FXt#{$m$QT-D#GU*G)r^0Ezo' );
define( 'NONCE_SALT', 'AP4nHIkPz:!+01RvF}+ECBK lhY>Z#:V>jaiF9o~((A+$BvjxvE7<#M&=S!]^@_W' );
/**#@-*/
/**
* 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 = 'taibasta_';
/**
* 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', true);
/* 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';