File: /home/roshanchandy/public_html/landpress/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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_7gkvr' );
/** Database username */
define( 'DB_USER', 'wp_y33ur' );
/** Database password */
define( 'DB_PASSWORD', '&t#UShI^O47BbvN3' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'M6C8JG;sS2l-g9)1)1LBJ%7prO|~#fh1+it+9b40--BuyN|7/-b~:g[Ap[#2NWU!');
define('SECURE_AUTH_KEY', 'Pi)#)F@+/9987i%8k8z;|HZ/WcwI_H0WS#6YT&[+u36zYV5M/w;(A4me1)i2e0uv');
define('LOGGED_IN_KEY', 'WXO4/Q1txyX]s-+uA84Yl22;*GZ88eteU8QV(MVNa21opco48s9C1G1wZ3Qf|a~0');
define('NONCE_KEY', 'oN899)*R-7R8lL0SA2+xm2nb9ssq__6UF1MVmHp15t!D787+6*A11uBzw2750hI/');
define('AUTH_SALT', '5+Z8(#8t8!1G;eP8OIO&VOduaj77#9pIMe;(%1b968i5~ADq@B8)51A*D39/69V7');
define('SECURE_AUTH_SALT', '9C%7a:PS)a@|6/2C7~S[_/6w19[LGE9M[Dt9ExhK-Ot6U(H6P6_16NBJ5@D;eCf7');
define('LOGGED_IN_SALT', ':lV7U~0U~H8BV#uIErSzfR!i80rq03mkQ8ZJ(wYtz;58qh-j+ad6C81H:uHt*1~8');
define('NONCE_SALT', '6N)WEqwvm9d413VUE~]M&5M3Ki9a2Fp4A(hrH6]zrFoc~1uR2V8)5hE00]sH;FU!');
/**#@-*/
/**
* 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 = 'jM2Ymtg8A_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', 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';