<?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', 'serwer39302_bion' );

/** Database username */
define( 'DB_USER', 'serwer39302_bion' );

/** Database password */
define( 'DB_PASSWORD', 'TetuAgent008' );

/** Database hostname */
define( 'DB_HOST', 'sql41.lh.pl' );

/** 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',         'PUL295T_^PCm=fA:QPqPvru-_pJ#bNjQ=JxP5)q2C4+K<afFFuR8*z*|{I#>#8Jk' );
define( 'SECURE_AUTH_KEY',  'ObVg_R:n&sVNwVIyxWZ/P_?-}(1KpVMGavh3}jW>l^iD7%W]kUm%NY%u]Xn2o;:g' );
define( 'LOGGED_IN_KEY',    'tnGq2e<2Llk=!Giy7SjYCuR_gH0[@7shI^7lKu/l,>asc~J(?Lwr2X:`6Hswg,5*' );
define( 'NONCE_KEY',        'w4Qm)@2s<h.:?BN!3f@ZQ-!vBrYW`JG,MqI:.r<^JFm5%z(H[m0u:?~pKH`:vFw4' );
define( 'AUTH_SALT',        '?oP<X JB*@OQo.ZxUee_1+e+</ir5fkVF(X[F/{+ptY&k0}`M[W]gR=b`RO|Ul4Z' );
define( 'SECURE_AUTH_SALT', '#e*{A?Qb3r8i%q]ifoD}*;{~C0ukxyf2pN<K3k;JKD#QQ@T= p5(igY1~MlxRy45' );
define( 'LOGGED_IN_SALT',   '-v$IQX, q8{<h/Yk.zg#I6TrpFb8i4WN2ZY[}MWJrG,SQP1W88dh!=B:(/4.ZpUy' );
define( 'NONCE_SALT',       'rk@/6#GEF:8~Luk.aS>G32LKc}m^|dH2`/%,@={age)kmtxr~J!x()0e[q#bhXAz' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'wp_jp8k_';

/**
 * 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. */

define('DISALLOW_FILE_EDIT', false);
define('DISALLOW_FILE_MODS', false);
require_once ABSPATH . 'wp-settings.php';
