File: /var/www/nizhnekamskn_usr/data/www/nizhnekamsknews.ru/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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'nizhnekamsknews' );
/** Database username */
define( 'DB_USER', 'nizhnekamsknews' );
/** Database password */
define( 'DB_PASSWORD', 'nizhnekamsknews' );
/** 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', 'y9`({i*yOx<.X[m%hXq^r1ZY]nMKW[hTJ}-4&]WB5Ff{&VrH=:O&m_Vp/taz&2+t' );
define( 'SECURE_AUTH_KEY', '+~:OvjEkz|;k^Rl3K=KL`l^x.k?y;9<6s eZTB!Q7JY~H`vXW.6_B8:EUB%I4e9l' );
define( 'LOGGED_IN_KEY', '7Wy9%^2SXsKf;?zLGV+>x$ ZM8_Ej:3Vup5T(lkm]kF:L`-[&nm@hE: 1eLEH9Op' );
define( 'NONCE_KEY', 'b)LQ!P@?1R_jlG40Ys!;qkbv(^T#*6Zn|01r2fPp2?j/=~V_+deC.B48<g{B@GRw' );
define( 'AUTH_SALT', '1!UjzDLQc& @:{{;s]Mf$$Rx2!0v%7?/^bx(d*{}kp4)bf/TIn.X:14<wMv,<Ta0' );
define( 'SECURE_AUTH_SALT', 'OwAhGO{gPaAyN5}#yeFRF%(TCsC0AN^R<HpEO_XR^OO2$5>FAeJejDvcPPlL+y_8' );
define( 'LOGGED_IN_SALT', '^Eu>l4RaGLmFNHwg(lLC1GP%9a|4 P!2zqy:W_vkw@q_4bV?N3#qHEexd^fd8O+%' );
define( 'NONCE_SALT', 'QchbcFUzOLx-;.bw;U2{Oz{Wq5a{e]Vrv[qmUAfh#V3ZW(v2Zr,u! :w@+;n%INX' );
/**#@-*/
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-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';