Server IP : 103.6.199.200 / Your IP : 13.58.201.240 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/cenxusco/naza.cenxus.com/wwwroot/ |
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: * * * 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 ** // if ( in_array( getenv('SERVER_ADDR'), array('127.0.0.1', '::1') ) ) { /** The name of the database for WordPress */ define( 'DB_NAME', 'naza' ); /** MySQL database username */ define( 'DB_USER', 'root' ); /** MySQL database password */ define( 'DB_PASSWORD', '' ); /** MySQL 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', '' ); } else { /** The name of the database for WordPress */ define( 'DB_NAME', 'naza' ); /** MySQL database username */ define( 'DB_USER', 'naza' ); /** MySQL database password */ define( 'DB_PASSWORD', 'lsmyrfxdgiazkjbenhcq' ); /** MySQL hostname */ define( 'DB_HOST', '110.4.46.121' ); /** 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', 'wPln-[=4NG%{BPhb_8[2m{yL4V@!#:{n}U{GyH8wN}Y/$.QC@M(KhZiqfl*d5}w)' ); define( 'SECURE_AUTH_KEY', 'Dj4IPf8Ztyl^NbY@birV?3I$E_zY(#Z!Hb1@ceLrk+?J8~N %yrV)F,8ZI0c&6Jf' ); define( 'LOGGED_IN_KEY', 'hK`Bi*(XX2t]uYQmUmKpKy8[TN7OsoD:Vj7.x46Be<T>+8 S0[ teb}L:m$=O1Hr' ); define( 'NONCE_KEY', '[zR::hT&)&a&@Epyk$0NN#,!*Y[sqTpG1X3`+~V|WsAB.$yWO,[rtOEF^|NG5@%d' ); define( 'AUTH_SALT', '8_Qj7*^==*Cwbp+?zU!b8:MNB&16@Y: >RC1UWiHmGn-7&m?UUk:-6[8*6A<M9sA' ); define( 'SECURE_AUTH_SALT', ',ku$11;i_~%I6AVoa]V$p-uXyAhM~ R9BSWx*JWhi#DNnsHZ(En>bcvq?lx$Nzx%' ); define( 'LOGGED_IN_SALT', '!mcX_Jya(XgBomq^u0Y48} rz&$*aKAhXRo)URstR?s)vHNo?s!>&Xe*D<7 .>d_' ); define( 'NONCE_SALT', 'OqV|{ZLMB)Jly]<r+pgR q]E]QD-;.I{$p|&gu><k#np,m^AdBDg|VIcT^}ls<GX' ); /**#@-*/ /** * 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/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define('CONCATENATE_SCRIPTS', 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';