| Server IP : 103.57.220.144 / Your IP : 216.73.217.172 Web Server : nginx/1.28.1 System : Linux cs-linux-20260128093600810 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : dulichdaohon ( 1183) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/dulichdaohon/data/www/dulichdaohong.com/ |
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 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', 'dulichdaohon' );
/** Database username */
define( 'DB_USER', 'dulichdaohon' );
/** Database password */
define( 'DB_PASSWORD', '*UD;r`G+iEok{HWA' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', ';V34RHNb(A36^ K?*i{#J2Nc^,L||z*5f&oe5[*CH&~`/<->^H>VoQq`p)|np2F~' );
define( 'SECURE_AUTH_KEY', '<3O`2v:~L5M;}r sY$H4/qJef}y}QuD!73714I<[lCstf8phFVAl)6W+ISL;WZA}' );
define( 'LOGGED_IN_KEY', '6!y` wk+z*t{k,MZyM-n[L=k:PM|.5@/Ax>/Fs;~-<CrM[=]hgVh(>BJ3dra:T.x' );
define( 'NONCE_KEY', 'KEyY ua]kbh`sIggyJ9:v&n^cP+f_FTk`;x% UmuLOdis6Yn[@JX@Pyx0C&9D;(4' );
define( 'AUTH_SALT', 'T#/#Iv Zr6G9XFJ?@J@7HCTnxxDB}j8dgNWZ}e8=eg&S$dKHo2cogZ/yec0z:C0*' );
define( 'SECURE_AUTH_SALT', '.SVJ)-Y:)KfDwoz;Kg*K[5v)W>XY!MXb>J<ledsP1E:qGH/Pt${i_L*2<$j?)},)' );
define( 'LOGGED_IN_SALT', 'Yk}vya64,n%f, qhP=CXrn*?_&?$*2{d8VV);QEpZdlmjTx*Qb_<p<|1LdMOcudb' );
define( 'NONCE_SALT', ':4@Um=;I:T #1k7gaoRF#RZc|q&qT<u2[Q.N(bII,n-@SHshQx[.hKQ`rY,1fPu#' );
define( 'WP_CACHE_KEY_SALT', 's=aDKr@oFbG#G%;GbZCu1Taz<{iPs)+t3hnc`(qzEg~RKZZ:|fb&jbig]e;N&MAz' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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';