File: /storage/v6964/gopalaktrial-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', 'gopalaktrialdb' );
/** MySQL database username */
define( 'DB_USER', 'gopalaktrialdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'zZa1afKg1AB5FkAQOW' );
/** 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', 'AAEhb_Q.2lQvdEsY#%7ARQJtCfN/{6^h-K=:]9CfdC.8mnwql>rxDG[DKzLF(Y:N' );
define( 'SECURE_AUTH_KEY', '3(yL8<cJi=u!^Ja{)~CW-.[H,oZ7i)kp9}t,JB(W6$EDppy~i~}$^,>NMKr>uV95' );
define( 'LOGGED_IN_KEY', '8kN=/H]d,[h4Ly.W$9z4ct!41O9be&t [+<>B(3TZlH%y8*G_8MWECw}u?a~p#(~' );
define( 'NONCE_KEY', 'b=?)Vlw]{.hk|J[obi3&bKl{fmR5dzX90wuPk48A=SIJX)vI[izKjnBoquzIp};G' );
define( 'AUTH_SALT', 'AB~r~29B):_R+N6%c;=T]#o;4;1bUR)%Fuhi?|G&t= MK!ij]Vy$=_/SKSh!~LM6' );
define( 'SECURE_AUTH_SALT', 'kn5c!8>r+$]g#A^LH]34@{=}N5gz@6`p.bn:W25gG1NgTpctr.qNH8_=/JV.hV@J' );
define( 'LOGGED_IN_SALT', '5*jatU53u#jt^x[pSVbMg|fe4?81b>G?B.M-Hg_*+dK]^A< <$v(~=kWiW2JcHDR' );
define( 'NONCE_SALT', '<j~gkc8aN.Mk.Ry[~2LoD5cxN?#|<-o&dJWL}P*$WX8jmC_yX)xTZHJJmy{QTRh}' );
define( 'WP_CACHE_KEY_SALT', 'lF[4e#{ z!=A+S3dRcUG)Db~y!{[=Ng|#Hvw``fSum=Q^{ZcU,}z?k/}29kjJzB4' );
/**
* 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';