File: /var/www/vhosts/greenclinic.kz/httpdocs/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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'greencl1_wp_5bb9v');
/** MySQL database username */
define('DB_USER', 'green_wp_3nzmn');
/** MySQL database password */
define('DB_PASSWORD', 'V~ce6ceXLVE$I21V');
/** MySQL hostname */
define('DB_HOST', 'localhost:3306');
/** 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', '' );
define ('WPLANG', 'ru_RU');
/**#@+
* 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', '6I2f3F3jJVa8;o#z8DNBM8qg(4aHri:)30PcydzA2r8w2d@u2*8*ODb%&wb~37IC');
define('SECURE_AUTH_KEY', ';2(HD@306*w|7/VC&lmkI2t5ncA+)_63[!60Nf128)0!s5+!Ki4pf:0zqWu%yMn3');
define('LOGGED_IN_KEY', '+#:OX2e6K8hd8~YNjN!B-]s2yHvk4A[6%gfY+aa;v@@@1095p9D4N]3[E]qm6M9]');
define('NONCE_KEY', 't(5)]X9zv5!j0/S5D%7b_j63ctI1r](3dF9F#p6GF_[6hr-6;r@/O(wA![E8A446');
define('AUTH_SALT', '!j-|B4)ql[21V0QY5#G:Y1fSTr#*+Xe8h:zpH7*n7tX6+9@U7pxYlvKcTj:S4Vk:');
define('SECURE_AUTH_SALT', 'Or51Z74Jq(9&#e#[kuk|qR4/5OS#V6W1DJqj@|5C_6|cg4u1Pu#d:]POZ1DW6i23');
define('LOGGED_IN_SALT', 'a~Q6h@:Y:)M@NG4fpyJn*9kFGnRXPRly64CC:c((:B&+k)k01(3M0XNQPf*k1lQ9');
define('NONCE_SALT', '_j|5Hau_ueTm;m_gyhS631YZbe8UsK38TyK3@vlu(y87C66zbH@o;3L:V1(Vw7[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_';
/**
* 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 );
define( 'WP_CACHE_KEY_SALT', '43db9f97dc8079b100d0ad3495299521' );
/* 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';