File "wp-config.php"
Full path: /home/nmtrthxb/hotelgreenhorizon.com.np/backup_18_feb_2022/wp-config.php
File
size: 3.21 B (3.21 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?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://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
/** MySQL 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', '');
// define('DB_NAME', 'nmtrthxb_horizon_demo_db');
// /** MySQL database username */
// define('DB_USER', 'nmtrthxb_db_user');
// /** MySQL database password */
// define('DB_PASSWORD', 'ih03oZ@kd4i[');
define('DB_NAME', 'nmtrthxb_green_db');
/** MySQL database username */
define('DB_USER', 'nmtrthxb_green');
/** MySQL database password */
define('DB_PASSWORD', 'ZE3O2N+3n3@R');
/**#@+
* 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', 'NT-07rr}d}=cgf%1=*9fKksxVajRN42(j|&j8ROvHuf?,UjEo?[}1n0Bby.{MUhf');
define('SECURE_AUTH_KEY', '<)jWr6BmvTvSyh&iX@uj8eg{EJDx~0>%*n` h)$G/iRaM=12[kThe]5fGwV3:,/o');
define('LOGGED_IN_KEY', 'T:!,HZfkIouF`fa{DUT:Zd1s5&.cm2@HyoDfJc[;G{n;}3(c2El| 1f)8!{.kIWD');
define('NONCE_KEY', '<#YJ#0W8bg/Pq6+d=.y~:{I|6G.KE3~q46bO$4dLyU;~@4R{;zI`-CWrF(X5WbS`');
define('AUTH_SALT', '1kOJqS#E)%D^J_kQ6-5X;~{0y]!74L2BrNdlPD(_|,t1>]9?%^A&DT*tW?PR&OfJ');
define('SECURE_AUTH_SALT', 'oDtJuYx8DDI:JZmr&%,!P4s1=v?t0q82NwfWUM^$w)TU>JVeL^9c?$e85z<+J-.5');
define('LOGGED_IN_SALT', '*QQyG@imp5<,=|>4]%asLV+Vc5u,ZA2obz!cyi.aBXfnN}mg^eFQA^qzA~Lx;)EB');
define('NONCE_SALT', '~6.0C}A>vDS`c1Y%v7W}G4Z4pb5]_Ow UO,zt~0ZO)*c9]!&Xw~^:}eysGT(P$}+');
/**#@-*/
/**
* 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 = 'horzn_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
// define( 'WP_HOME', 'http://hotelgreenhorizon.com.np/' );
// define( 'WP_SITEURL', 'http://hotelgreenhorizon.com.np/' );
/* That's all, stop editing! Happy blogging. */
/** 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');