| Server IP : 39.108.156.168 / Your IP : 216.73.216.104 Web Server : nginx/1.24.0 System : Linux e2.ksyuki.com 6.11.0-25-generic #25~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 17:20:50 UTC 2 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-admin/ |
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
* * 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', 'wordpress' );
/** Database username */
define( 'DB_USER', 'web' );
/** Database password */
define( 'DB_PASSWORD', 'pg2010$$' );
/** 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', 'kVc|>-|Gjkg9wblNqg8}MT*=B{V5?*GYwgx[Tc].@*wZ.Zm0^h0J`Hf8v/D~yxGd' );
define( 'SECURE_AUTH_KEY', 'Jk+%w$k0O;BCE}Yiz]9LFifyk&yyo|saz9]ET0i<+dWwoX26{!+*v<4x:Y/t~Y-~' );
define( 'LOGGED_IN_KEY', '*A8q4z~61j$gy^YWVZUAF1vZh2M|RXV!>/dkJs,B5B?Rc0GRwT+W(~;kf.IS_WN*' );
define( 'NONCE_KEY', 'LF]UkUmccH@z!cVQ=h@D]CghGTdRS5@lH`Qf^>gTd[W4/Y7ADMjS`fQ=9`^#1yHs' );
define( 'AUTH_SALT', '4]1 gl7Nj7<6iC0jEg1^t)o@bCX%6:Nd6)}s(]1T7Rax2HMBJFSF+ot0NdoVl%#e' );
define( 'SECURE_AUTH_SALT', 'xo1^Ba.&o(pQk)PoRU~*oef^ lU`EIVG}}a0(/Nz}]t1e/2~tI;<!7t/hNh]l:-r' );
define( 'LOGGED_IN_SALT', 'BtzN.iK2E0:Q:*R]sns*87n;lLe9ZHSyGrVK)<?beV:*B OCQCF_k[>vU)z7r?On' );
define( 'NONCE_SALT', 'Sywb:b[adw;sdEsUxe~ (nS%T3sz;4{Y<(|XkUHrwKJmvyYaDvTrt:06`vwVt}kt' );
/**#@-*/
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* 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';