File: /home/pnvtravel/domains/pnvtravel.com/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'pnvtravel_admin' );
/** Database username */
define( 'DB_USER', 'pnvtravel_admin' );
/** Database password */
define( 'DB_PASSWORD', 'OS-$42gzHmaVeOZi' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '(48xv1,5D8>Qh%v)&f,%=?>)|A-ZT(3R+Pp{K2R=,u3zI2+NM?DI(I_\'Yc/l,p"b');
define('SECURE_AUTH_KEY', 'ZZ;-2ZVv~">YlJeB(zCVJ"t"i04h~GmTQ>[+p?wb~*R+0dv!j5]})yVXpD3XREd"');
define('LOGGED_IN_KEY', 'V[NY]Er{b7`.,]V@*nR&G?WZ6hmd"zAQ<ni<0(l#}g)=tj^b=vI[8W8eF1/<nfy[');
define('NONCE_KEY', 'Hj8$1FTX47?ozYwlBcukI.Gi9*>3_:[j+X!t1[9dnum:TC^BfSBH><v.QRof(lrX');
define('AUTH_SALT', 'aW8~&ei%V;f4#Z\94{u+v\'tR.`4k!WLu.j&YjWeW@L^{w((YtXX"^nYgi~t},=UX');
define('SECURE_AUTH_SALT', '-E;#n.)/U{LB~\||jX\'8kVXb,D,@u7CN_c:a,AV"wh;EZ2wd2AV6C&ebiGLM3rM7');
define('LOGGED_IN_SALT', '08QAN!sDk8BG/<5?K+rW}/HR/hy6XNJ!3[uwr*!fp%,f@+v.:o-(jNW)a(}No,e@');
define('NONCE_SALT', '*X3n7ovH6l_(6:p{9fJ"\'5pC[[zd5vY#VMII&1T2uG(|RD5:X[s85BQ:t):%jOQU');
/**#@-*/
/**
* 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 = 'x_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define('WP_MEMORY_LIMIT', '512M');
define( 'DISALLOW_FILE_EDIT', 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';