| Linux webm005.cluster110.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/bishi/www/ |
| Current File : /home/bishi/www/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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'bishi' );
/** Database username */
define( 'DB_USER', 'bishi' );
/** Database password */
define( 'DB_PASSWORD', 'zP8Uzb9L9Yz5' );
/** Database hostname */
define( 'DB_HOST', 'bishi.mysql.db' );
/** 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', '21-V9F3CN{<Wcz&g&mhmHv`,k&]7*GX<`1$nSu~T<zec/Vf#AU?H~ (2w:CCT29[' );
define( 'SECURE_AUTH_KEY', 'eMq64LZ}XC&J09,A+snZ;Hi*8lpz4D[1_ =a4O|$Mu%c_TK_G~Pm(_Ys6.1l9Oi]' );
define( 'LOGGED_IN_KEY', '=}xH:?&C@MH-] ^DqKg`L,Mn!*/z$w+xu~hsm!*0qMO,A1*n-|=Db$R?U;Fc9}ri' );
define( 'NONCE_KEY', 'eR>0ac%|t8[N=/o2%>-ZoDO&HFf8x`ieP#6){s,!X*wLX&(/s~RCUwN[LLBF$SpJ' );
define( 'AUTH_SALT', 'IG|)=QQ>ToJ2wS9)7x(CB7q/4Edv!kVC`PMizy=A,BIlZuwDCGYf@BV-=2Kp{}l/' );
define( 'SECURE_AUTH_SALT', '7p*aCQ,,Z+|dgV%rreHet[W>iOarxQyRo/4i#L{wT? N.}Azo6-l<uyL]Kxbv)oD' );
define( 'LOGGED_IN_SALT', 'yBQP2>Tiis){R|#2(<RVvmj@.P2asIXlv]I`gg33=~d#$:{x_9/[r#~A|JFg l<y' );
define( 'NONCE_SALT', ':wuQ>jr0F{k,*o:}`K$]Hz(m]Bmayp+<Kgo82~c`diVH>*$xe36hIoY 6F2z]J%W' );
/**#@-*/
/**
* 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_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';
//Disable File Edits
define('DISALLOW_FILE_EDIT', true);