File: /storage/v6964/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:
*
* * 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', 'gdb' );
/** MySQL database username */
define( 'DB_USER', 'gdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'UMRJJjWypaIMIsrw7G' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'A&q:$eNVAjj3~Fs1h[;>W)dz=>hIw=mI)WHN%?`}SD`/[RIL*iz2JH!0o|mE:Ss0' );
define( 'SECURE_AUTH_KEY', 'SoBPQ%t+KSUnH:w>=YdHv^y`vf)]4eRnT9M?]&k3g8cM>YLK8T}aTEEbkGvZE8~m' );
define( 'LOGGED_IN_KEY', 'id!z8<MBbl }.JW hF*cm>41j)u@(s/!:Juq3Hn&/h,YiiP|G|gk?0A%@8_Go{Zx' );
define( 'NONCE_KEY', 'IcmoJBCMQ]*N!pVQ}u}g]~|9.~~MF|j&h+N{6I05Msb`hcC M_We{gLuD|I[Xq8F' );
define( 'AUTH_SALT', 'r%#o^S9ND(s!<MaT#7J;>{pt`OiyaQSi}v5<yBP%m!@d-23t&i3P_EIW~iv,EwrY' );
define( 'SECURE_AUTH_SALT', '<)6{y>)F}v2*SG!zLEJVm93AP9$Q<Vjhf-&Pz#R,3}B:{DYP&$Xti}X{%(Z{y:{p' );
define( 'LOGGED_IN_SALT', '5|ltg!p:6F=h+f:jaM|o~R*lCt|</ycX],d:C;k+)uV]DMea!3!$NH>z#x9u)xlK' );
define( 'NONCE_SALT', 'T}f1Yhk!jMx5Ra]g!<TwCk#fA*Av`LXW-f|I@eXg]DcsIAUi.[P%SODq_$crH}=[' );
define( 'WP_CACHE_KEY_SALT', 'x<K~f5G&?TskzWluaq{lhQ]NipX=f{d/}G~<B[UT!{ `G8?-(dvIhlQ8C!u^(f`D' );
/**
* 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_';
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';