File: /data/sites/web/atsnailcom/www/wp-config.php
<?php
define('AUTOSAVE_INTERVAL', 120);
define('DISABLE_WP_CRON', 'true');
define('AUTOMATIC_UPDATER_DISABLED', 'true');
define('WP_AUTO_UPDATE_CORE', 'false');
/**
* 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', 'atsnai_zuxqts92');
/** Database username */
define('DB_USER', 'atsnai_zuxqts92');
/** Database password */
define('DB_PASSWORD', 'viVLekMWVxzp2W2i');
/** Database hostname */
define('DB_HOST', 'atsnai-zuxqts92.db.tb-hosting.com');
/** 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', 'x3<`pvwr66dOl1QF-L+kIN5k(vW~(<(0/0Dl5}QB[-U;m|C<2t0=J! nmPhq%?Tf');
define('SECURE_AUTH_KEY', '(:^rd|1[(HX0R_WR6oto|qmQ;uJ^R~87vwt [@qE$eF[Kah4Qj:lt #HL}]n~?8d');
define('LOGGED_IN_KEY', '~`ywZ> Q0&WDbz)_<9#Vx{*-|#Ye$#&<GE/KXGy}!>Ou<CzT*ZrEIEG]%]YqvIE0');
define('NONCE_KEY', '=xHAV@S@kla~9lUfaMpo]jStR?Y!Z5xdt+X&>1n/qUGXO Arnx,s+0#duMfP4,t.');
define('AUTH_SALT', 'B^bHEg7]OVjTB$1&T4y)L?.r:JA5PpJ}!y%xuf^68GJz-X32)?3%WvQ>Vs8ogl51');
define('SECURE_AUTH_SALT', 'Ga>>L@C-kCmy4qiT+|MJ,40C>Iq/UiR?-7]zS#we$7<R^]@,Bx<np-;I78fB{I3E');
define('LOGGED_IN_SALT', 'x`_+jt(1L:c1U}.T5&Hu5~EB1a&b+3#,Q_GmUH+rDPo2?nj(fU?WNoDz0Ykt](-c');
define('NONCE_SALT', 'rb<7UgVXvot;FRGZJSjT.U/d:/.~|]h/Zz9eTou+XRm;JJW`O?lIwF;+2GyGeNPe');
define('WP_CACHE_KEY_SALT', '`dLB<0PBpR8P3L^6A$@S`jF?ox{d+8L>wtv.hfiIM]U=AQO9X4;<>W3N>9^v{4=q');
/**#@-*/
/**
* 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);
}
/* 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';