File: /var/www/bialekregeneracja.pl/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', 'bialekregeneracja_pl_db' );
/** Database username */
define( 'DB_USER', 'bialekregeneracja_pl_user' );
/** Database password */
define( 'DB_PASSWORD', 'QyTG5W8sVv/kUI+JJRj++w==' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'bC1L/Re=C7PM *dVbu6^f@u7w*0js?Z9clt{L{F.9fBjdtWJ?40gy*dC)0S8^6?n' );
define( 'SECURE_AUTH_KEY', '~VpygRNG12uo?)+Se tn(Socmlu8nfz$/:Nij0Imup@{eC#).qUG{T ps{eY|wLp' );
define( 'LOGGED_IN_KEY', 'c@;E3Peu+)em%x{%yY3*fPM1c|r<sbtM4B!kD_QOV/pAMVGtO9z^4>-<8/U|0+m=' );
define( 'NONCE_KEY', 'rWcHjNvy)s-%o!ysrus]zFmM8dUaWU8h[i$;dH$6ZJ@Z&@&Qk[ 5B98$kZDSEU[`' );
define( 'AUTH_SALT', 'sKgOR/H(nO^_b!N-P>DP1-%Sx9xkJ8ju*`He$D(lYo%VC 1,w-j7.tfHMX_RyjJ3' );
define( 'SECURE_AUTH_SALT', '[GWx9C%,89#NQHl@4wZ0IdG~NWwISvgfZ)2VxcxCXQNI_q1rKt/qyB0Me$U5cZu`' );
define( 'LOGGED_IN_SALT', 'L9{d*Eij^cR`q<kjM5cNp<tL#IJm{)~T(VVm|{X({r1M(&;i,8ydoT)nA&3x>VJQ' );
define( 'NONCE_SALT', '&MP70<J/cLH^P_lJ%T5(o9!U4]:;i`5 *d-#l8^{ew;??F7<t*aYbb@4NB?#61/K' );
define( 'WP_CACHE_KEY_SALT', 'C~ydL#vz(Qs$<zR(NLz,38xhR^WZ6by&U1-$>r>w4.nLC2 D|VZ@;?/x/!f,C~GJ' );
/**#@-*/
/**
* 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('DISABLE_WP_CRON', true);
define( 'WP_DEBUG', false );
define('DISABLE_WP_CRON', true);
}
/* 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';