| Server IP : 185.88.177.22 / Your IP : 185.88.177.22 Web Server : LiteSpeed System : Linux ruby.serverdnsnetwork.com 5.14.0-611.16.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 03:40:39 EST 2025 x86_64 User : etmikaco ( 1207) PHP Version : 8.1.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/etmikaco/public_html/ |
Upload File : |
<?php
define( 'WP_CACHE', false ); // 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 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/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', 'etmikaco_dbrz' );
/** Database username */
define( 'DB_USER', 'etmikaco_dbrz' );
/** Database password */
define( 'DB_PASSWORD', 'hd@UBwO?=yv}' );
/** 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', 'hy(Lu&hC)SA`hwkBuC!$3G.Hb#6mJ]<[>9/B&4VAyAO{gEB#Y(SJi!>$Sno0Bavj' );
define( 'SECURE_AUTH_KEY', 'o{q)ntL}$I)eM0%Y#n^Kf0&JYqDc7XV||Mm9/th!K6!bU5$;95C1x77r<MK/<23y' );
define( 'LOGGED_IN_KEY', 'IcsRu^o&IE#Ca-I8r~[qzcM^^B{2fXb<uGrtn0(j_VV:%<;.)Mtmo0bMw:33oto5' );
define( 'NONCE_KEY', ';C#E`31uXv#j4XWJ<l0}w/baSI=|M!`O!K8KCiE3Khct;b/ujQw5u-;Njrda$N}E' );
define( 'AUTH_SALT', 'F+x?kyW1f#f/5NlkoFQHN&qLa_JYvL&uy<?b6P;t#VyXuSDAoV[R#C8G$iHI46je' );
define( 'SECURE_AUTH_SALT', '0e,v|XaIp4v`u#ARRtT 8ce&$ZQ.EXN-Yb;`{GiF.L)6uY4C#q+q!EE ZS}Q/y)p' );
define( 'LOGGED_IN_SALT', 'KEqL8fQh*0ECPO*F.6h!~6skjoaC-(iaY6Dc1R6R;T|saYarFvwM#c][dRdq.Mpk' );
define( 'NONCE_SALT', '*^,BF13L6(cG+%A$+L_yiQiB3N_#WA W%zs8!W^x?:M<:y``?[7O?aMCsJdP/-eA' );
/**#@-*/
/**
* 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/support/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';