File: //volume1/web1/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', 'myjianting' );
/** MySQL database username */
define( 'DB_USER', 'root' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Hosam@454126' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost:/run/mysqld/mysqld10.sock' );
/** 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', '84Lp7UEl52^.uH-{=A2:S;8oBb?#T(IKmuPX[) e1fZM5wPaKY%nLaz:O(EMyxvL' );
define( 'SECURE_AUTH_KEY', 'a;]BhSOZ(-RPDB]S-<fo`Lmm`Wm3u#(q@=kJ_X8v7<]f1 tXPQFv`48@u3S^Q)9(' );
define( 'LOGGED_IN_KEY', 'rQ3STSDTKkXTS{Z~[uVrUqzU+yM3vkg#&7X?9mrRo;k&A%=yNASU:vghckQHf:DL' );
define( 'NONCE_KEY', 'N1NMkDQIj!3SzOe+_D565_3PV+#B;e&Nb?T]x(tes>hXLO7oUc_nBf-IR1KGPt;9' );
define( 'AUTH_SALT', '/;..vWg&TnV=Njt2SS9@hrg~rjg:<!|/neQi}>|w>3Vp|S /Z[N.!r/kZp,#a-FP' );
define( 'SECURE_AUTH_SALT', '^fC$6k7eLNqG7tin8Vm}^R|F!.GdE>)5Vq<%5W(RWIY*k7fZ.Q!4T5M%9Zb?QD/4' );
define( 'LOGGED_IN_SALT', 'Vu`zUxdX^rg=BPN.d02Sg9]Ytu5l-uL.VMC$f~OtSTY=BCniR>X`XpuS7mtG?,q-' );
define( 'NONCE_SALT', 'IiqExVbBXu,^[b3g&xV(Vf<}pfB{%>6;]1YhAdT{|goiOuu9=I%|4Lehd<sES-!;' );
/**#@-*/
/**
* 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_ji';
/**
* 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/
*/
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';