File: /storage/v6964/gopalaktrial-staging-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', 'gopalaktrial-stagingdb' );
/** MySQL database username */
define( 'DB_USER', 'gopalaktrial-stagingdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'QWWTyC94NanSgrieP5' );
/** 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', 'evfkiJB>|lBxHbC0BH5YY*|)F!r?V[>8pWOn^#]9fy6-FmKJ :QTEfaH;LWa%V=V' );
define( 'SECURE_AUTH_KEY', 'M,q^4D@A~2]~8n8_<Cr}uW6<0&,nyA*[f$(~+8zBuL[Dl`9S3^BWLw1l6YDhyr{p' );
define( 'LOGGED_IN_KEY', 'Z~1V+ypu!;DM6>)kN8Xq94&0}9gW%$tPW>.wkjIk~=k=n2*g+%*zaN?<BgMbLP|M' );
define( 'NONCE_KEY', '2tVh43wW~n49p?~Qiw,N9U?g?E$8mko6M~!oz&pv~NWf=lOILLRb}Z3d@Tk$hAi+' );
define( 'AUTH_SALT', '>/q GL4@:b]d88{u5Q3j<Br`Exk0nI9znN0XgLm -m7zbJxNxljOiA)p`#3}N%KD' );
define( 'SECURE_AUTH_SALT', ':8U&s~xZa{*1y9EW]IP>BvL+6uIRZ?KU|vcKJ1mqB6pVk}[ACvH0%T4bsc& Jhn&' );
define( 'LOGGED_IN_SALT', 'o,fp;gWd$N2J<cwtT_;m(azB*{vs}kU?Vf?2VprT1B]!`tM=0[6KGks1nv|=5~:h' );
define( 'NONCE_SALT', '!>CYsYF_oA/g,#]$BbP$e52N6;n<zc.Cjut3)_6!Ye7@}kW=sKj]o.VcsHEjcfEi' );
define( 'WP_CACHE_KEY_SALT', '8wEP0Lc/&dnm3kpSOp$]b*O@@v~;d,?J#p_SE+LIP.X]R:!)-)6YhqDb2wIA*~fb' );
/**
* 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';