File: /var/www/ekozefirzachod.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', 'ekozefirzachod_pl_db' );
/** Database username */
define( 'DB_USER', 'ekozefirzachod_pl_user' );
/** Database password */
define( 'DB_PASSWORD', 'MXL0AkCLy0oAUs1YrgAq2w==' );
/** 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', '@:hJ2Fb!%x!j{ExTPoJ8J!&5`&+tM`|mmx.K]b]S~%zLe]19Yfv:2DOR5CEan5#_' );
define( 'SECURE_AUTH_KEY', 'zt^@>jO8V<[WB:)C%Q7^M{$)@]Q5.`kUd,.B<G!XOU4cK)2uB<K.hxS{2iLV^M+' );
define( 'LOGGED_IN_KEY', 'x7X+=`DukR>ym{ cR#b#e~cE>Jn-K8atzeKUfpEjvu>-vz E>{!ZFq;TU=&e!XvL' );
define( 'NONCE_KEY', '{J@uEY,s4~7E2ggROU@}AbX[v6~vm66VwxP1GsSpMwN+OA|w<^E2uL>2a3-m1En%' );
define( 'AUTH_SALT', 'd )bxxyYNFT#YN~IviX8kB5)_1XB:=/729h6WM(53&LkFtY,I|s,T8n0vl>g_UyH' );
define( 'SECURE_AUTH_SALT', 'ma/LALu5IzYZDk[|YTD4J:(JCRTzD9;jF)A8J}I+|H2c!tPSK$EY/TswWiAugD)Y' );
define( 'LOGGED_IN_SALT', 'cJGf08rBqHs[u=v@0IcS}q=,[aR561aYPkPRGNPUc:[R 1kOVtj1AU]e_W<Rkc}N' );
define( 'NONCE_SALT', 'r8()oU!)gzQO2FACF>?8cV9j@zH`M0~%l&aB1-9QUcrnY+nZzUx>x.;T/frDSa)P' );
define( 'WP_CACHE_KEY_SALT', 'Bp4cO?+KAV<5Q<5XM]K(4=2Zj^i`/V,SWD&g~#6)b[<m9w0U/`Q4[Xnm{} @gF0r' );
/**#@-*/
/**
* 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';