<?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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/smartonegroup/public_html/teraz.store/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'smartonegroup_wp_y3rli' );
/** Database username */
define( 'DB_USER', 'smartonegroup_wp_n8sy0' );
/** Database password */
define( 'DB_PASSWORD', 'ZEi3B2Q9n_x*2E?I' );
/** 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', ';/~86xM!dM%hNd59w1Qgp_[1%)/4L*]3@+cO63Gp(RL28zk1:aLPbE*]Ge+nkQCS');
define('SECURE_AUTH_KEY', '7t67jp|19*0dK1]r389Z~9OJ8_x0B3PKdjCK0&MB&0985W;e_2pI23u0-]fuX:IX');
define('LOGGED_IN_KEY', 'q(z3H|pE53r6+/1w~wQLu~uwKGqp5284Mv_L_!xD8uy##4f~xd!nbS0_;*Ee&wl7');
define('NONCE_KEY', 'sA19M4%BvINPIE4W3f-V_*E2bJ-3G:]RP-Czvzx3qWPLj|737!@(iR6s/)3QbnR&');
define('AUTH_SALT', 'Mo45+cHMj1GsmT#G7mQ[~#sk7C:/(o!C9Hnzp(tjT_3+BbgclU7YlBDQK%z]CIl5');
define('SECURE_AUTH_SALT', '/Q/k2OqRW@AFN*9yi/NK(5ID]Egqc/1Bx%8;3r9I3%z-0@0fx+aBTetpqGo81[0E');
define('LOGGED_IN_SALT', 'Vndi[(937q)Uq33uQk4xC7:/cu3|JoQ!G:YY%Osw9QP5@2/#pxXhY[0x|lXJ3uaw');
define('NONCE_SALT', '&Mr%SZ2rTg8nWUX968974P9][7!#2tnBxQ3FX@wBJy9z(-)]8DB#I53Mto1|48Y3');
/**#@-*/
/**
* 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 = 'Y0CKe1_';
/* 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';