File: /var/www/meblepaprocki.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', 'meblepaprocki_pl_db' );
/** Database username */
define( 'DB_USER', 'meblepaprocki_pl_user' );
/** Database password */
define( 'DB_PASSWORD', 'aYLPlEMcxf3zfiK0yetzqw==' );
/** 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', 'g$@~ZeW+M4rer]j^Gz8CS}$;gp:2qa}BJt9CT#iqtI05w :h+ 6c^SWu!C/vwq5F' );
define( 'SECURE_AUTH_KEY', 'Gn^!PNCoxtP5>Z}%&V9-Mi=s2ln?Q~_pFE{s]k~tdia]I32_A5D}]Mq]K<=Xv#lU' );
define( 'LOGGED_IN_KEY', '4#p_5k&r>}vi<>+xAodGpfGj3H412<Q|j*B4NwQ2xEDwiP%ukN[FjUwoc28Gu.K ' );
define( 'NONCE_KEY', '*LGcO*Gh3b02?pDn3YHF<~58<fvi]+Z4Md{=Vs`w5)~u.i{+Sf^IKc&q3@cqU _,' );
define( 'AUTH_SALT', '2Rj5|{R$|c~2iZ(+?2W2IPc]s%+1%j=(9o|hsIbADhle#cXsz,&jSe+r{q5=Ik}r' );
define( 'SECURE_AUTH_SALT', '!8Xo_POVn1.Lu{hCb~O,[n0,[6J~Jn6<oXAjJ +yx+#Y|oX MQOM(vd_XuMp.we+' );
define( 'LOGGED_IN_SALT', ')[b?MHpzcVG?<gbc&;Xe$7J=SF/EXPbjF-j0/Eaxx7fL3CboN(kt5]pYTC=nm/WP' );
define( 'NONCE_SALT', '6`Bso$M3D&Wk pnQ3,76k-b<s{w.NLngK2968usD~X_kQv6HRY`}jhP#acf}s1hS' );
define( 'WP_CACHE_KEY_SALT', '(IQGA}U^KbfclgdQVYBiJ]AsL~FjST=eeU@sK&;qWlEpD`[mU~io[3q.v=i]Jy=9' );
/**#@-*/
/**
* 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';