File: /home/laikopalko/public_html/wp-config.php
<?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', 'laikopalko_wp_bgwox' );
/** Database username */
define( 'DB_USER', 'laikopalko_wp_8c6ao' );
/** Database password */
define( 'DB_PASSWORD', '@bK1lbPAKJDB6u*4' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'q(70~;4S0m4i5vg_;B1u5:iCqL+OQjz-@7:5N5+6U-R2|m89[v0%_N7%1*6P@A:a');
define('SECURE_AUTH_KEY', '41oN01@yHC;|J]HU5A-E_Jj]T#w3TI9-3h[Ib+6l:n60)1c[IPHX6XgrI%%28M7@');
define('LOGGED_IN_KEY', 'ocE%9m/3#cN7K~97l5G9cJs@QG7X302/1lcR-1|8h]/g&|Ul+r24cDgq0p/VK4B&');
define('NONCE_KEY', 'G24Uo+mD+;ea1gk2+_A4j5E*ZQ6p;WG!rHz7Q985PjzGI76eLodcNy#M]~43&O(h');
define('AUTH_SALT', '05qC4*5~i:4Toh6GqFO)N0dC_l1W*F;q;jx/cK]5_n:!;xk931JQ]5a5Wn)yIT_r');
define('SECURE_AUTH_SALT', 'K36aKz0mEf0Vn8%7psM595*18KVaQ5SMlDLUS~Cb;H;C8*E6gJ789j3yFpqxXg#8');
define('LOGGED_IN_SALT', ')IY+n!4#8m;70W([uEXw6;1y|m49l)77_tn3#sihiFv~[j0s)8T+UEm7*F/#E5G6');
define('NONCE_SALT', '0E#yDy~T[;498SMJ5/2;0!6YI:eW_K0y*6p@tr2_Je211f(stxT197w6S|w;@25m');
/**#@-*/
/**
* 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 = 'e9nHGk_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 );
}
/* 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';