| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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://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', 'zs_zinisoftv2' );
/** Database username */
define( 'DB_USER', 'wroot_abc' );
/** Database password */
define( 'DB_PASSWORD', 'wroot_abc' );
/** 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', '@N1}Kum`k~:7OwL8r(s}g?hP%jZQ,&%4XzAtkW{s%Rv63x3q$H}b$o)Sl.=`R~WL' );
define( 'SECURE_AUTH_KEY', ';}mmNU=z,T6|2p#D}|V#+!EsnIhfc0BYVl(qs(I[l#q__lWbIe-u8,TVOBCpji%?' );
define( 'LOGGED_IN_KEY', '`X~Ry8~Bg0<D2>J6Ev0oy$9S#5t8XCBZDl.04x}|Tb`2z fT,l8Xmm%ZKe9l(brj' );
define( 'NONCE_KEY', 'A~CwQc7>`*-{-.C@H+!%OoW`u.0HT$z?=!P2!oy_Q)(Us%I2Xit!DQ<csJ0|N7FG' );
define( 'AUTH_SALT', 'H87k$8O//K]mR+s5:x??u;_2J@zd-^GeYxMlys*g[o(AT/$jo@8<w+G5Vx^/]tpC' );
define( 'SECURE_AUTH_SALT', '6}$[0Vq8Tt]%PY^%_jVS4sG%@hV%tD`$qVUXd`EH;w$tpPr#IG1tyn((:TYjw;#(' );
define( 'LOGGED_IN_SALT', '7)}n=],p0|e<&izXg_q6h(<dOa|2pA#l&{ .0CfLs(<AVEY|V&G+72,M@g]uFC%<' );
define( 'NONCE_SALT', ';ll&]RYY>qbDeiRhDIK/4#,-&kdbX;WOW]Xt4@5m FnfBcbwc%2fkJWZ2uH5q=TU' );
/**#@-*/
/**
* 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 = 'zs_';
/**
* 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. */
define( 'WP_HOME', 'https://admin.zinisoft.net' );
define( 'WP_SITEURL', 'https://admin.zinisoft.net' );
define('WP_MEMORY_LIMIT', '256M');
define('JWT_AUTH_SECRET_KEY', 'zinisoftteam@2026');
define('JWT_AUTH_CORS_ENABLE', true);
/* 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';