| Server IP : 127.0.1.1 / Your IP : 216.73.216.73 Web Server : Apache/2.4.58 (Ubuntu) System : Linux dalsi.io 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/dalsi.io-wordpress/public_html/ |
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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'wordpress' );
/** Database password */
define( 'DB_PASSWORD', 'ylhc0EBmBGIkOUJsbq819QXczDJ3tgIz7KiEezPh62DiL' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', ';C$fB4*IK6;?kbFs.-[Y!M=$# %(%#:/L}d[~`,|]WbR3dx0X~)|6d9=|Vl:Pqi9' );
define( 'SECURE_AUTH_KEY', 'zgTH<4h-mb42aE32Zs6IHB|Gz?zmCOt&Jq3;1qJztpv]<0P=}x/RvsxpB&e#Le*g' );
define( 'LOGGED_IN_KEY', 'ZMS(G&.7Gexlx34*6_DPwDb2K~|<YPUV*Y;R&Q=wt5=/0gr}a?h~Cg3EH8d@b2FZ' );
define( 'NONCE_KEY', '?VYQ$$qmXe/RIP7JQ kv8+zmNGk8:8||o1s{*7YRO2EioVddqyk:G8,B(WD$,6N2' );
define( 'AUTH_SALT', 'Xka)@2tQiEgRU2fQ)$5ZZdAs^OHa??K9p,(hy@$^U..cyATs%Zr|Pz:k[ZoM/),`' );
define( 'SECURE_AUTH_SALT', 'JaSqiU][p+9r>vMK<@Z}HtW`dLpUDKh.ib]DjQ~R-B8/co7dgCo[N]/<eyJ#u%%%' );
define( 'LOGGED_IN_SALT', '.B&ly$ySN6{r*K87q`R3y!gjA;(P;&tQ*HkRLh]4M^2v,JRt{?5ai]eUTE~lyk~y' );
define( 'NONCE_SALT', 'JGmFYgy=r*&c|m,Rk?mZk(ldIi0Rt:k$Xz#X(yV!Y^] %AwLDNf!>bW<P8}yG+=U' );
define( 'WP_CACHE_KEY_SALT', 'CE1PO;T^:&S]t/dJZ3&:U=QH %Or|`;O5aY*Y(3spi]/f:6{z-c9{Po8fBW>kl!S' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define('WP_MEMORY_LIMIT', '512M');
define('WP_POST_REVISIONS', 5); // or 3, or false to disable
/* 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';