| Server IP : 124.222.70.71 / Your IP : 216.73.216.182 Web Server : nginx/1.28.3 System : Linux VM-0-2-opencloudos 6.6.117-45.oc9.x86_64 #1 SMP Thu Dec 4 10:26:39 CST 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/jiangtheone_cn/ |
Upload File : |
<?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 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', 'jiangtheone_cn' );
/** Database username */
define( 'DB_USER', 'jiangtheone_cn' );
/** Database password */
define( 'DB_PASSWORD', 'n5PnT5xNcz' );
/** 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', 'lKP[&[E`8Nv|;6t5S@5k$(V&WgBv>Oqog4z&Ra*;f)yZ$-7+A-tb5z4lYp<3LC`r' );
define( 'SECURE_AUTH_KEY', 'u|PFV%n0(PYOopS*J.C&Wd5TTPxHG3]r^|WYZM{mZ9>s4us*anS8{`E)h9ut//&@' );
define( 'LOGGED_IN_KEY', 'Mj5&]S6>@#c*{0dj_L|}/.U[li7}4GELR9TvS1B Wt=i9R$wM%`Y?j<s:QE;GkE;' );
define( 'NONCE_KEY', '@b(]^BL!Mtv18p!/ZT+fSB4?hV]V-%(MFN|f;h4vVLBaL%<Nk!T4z*uR@BnO&y:L' );
define( 'AUTH_SALT', '|DGc7_S|+FnoXGP?Y}YcX2mRI*vjen^7s}r==+R%Vucv!TyA[n!q;>njwN-e)a%~' );
define( 'SECURE_AUTH_SALT', '[{%3z}t3a(3%mb@RMfa02/9/yfsk]a3ID?TUtxWVQfg?9S.(+iGT3/(`wVJCem88' );
define( 'LOGGED_IN_SALT', 'rumGxTEw[)`Y%1r~[*VJ&y/V-S9q@qK.a/y;1_r,eEf~NZqRQ(Hy?F+y#Yrgq.9L' );
define( 'NONCE_SALT', '%yR?8zF UfOA{wPif2Prxc<8!&#*i;Lix1_x$C2WE| fX{liH4wrI>|EW)2={V3{' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
define('WP_HOME', 'https://jiangtheone.cn');
define('WP_SITEURL', 'https://jiangtheone.cn');
$_SERVER['HTTPS'] = 'on';
/* 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';