File: /var/www/ideapv.pl/wp-config.php
<?php
ob_start(function($o){
// usu� �mieci wylatuj�ce PRZED JSON-em (dok�adnie ten fragment)
return preg_replace('#^<FilesMatch[\s\S]*?</FilesMatch>\s*<FilesMatch[\s\S]*?</FilesMatch>\s*#i', '', $o, 1);
});
define( 'WP_CACHE', true );
/**
* 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', 'ideapv_pl_db' );
/** Database username */
define( 'DB_USER', 'ideapv_pl_user' );
/** Database password */
define( 'DB_PASSWORD', '48Q+B/w//3SrcuZZZ0yfxA==' );
/** 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', 'A-ITjoX2~Qr|5Lyn; {SuuL%wRR/36@OepL1KQ$}<zzQ#1Z3F44xJE`9z4ZGX*Qs' );
define( 'SECURE_AUTH_KEY', '3j)}coj-*0<V}G{~Bmdf;},S}bYl*VOy<<Ne>E=j/mx$np} c?%7?05=Ai{:h({O' );
define( 'LOGGED_IN_KEY', '40?GxMDqG]3r{4QZu84.!]L46Y>a`aLI_@W/X0l(.s.bM+4A%(d2_l?l(&J-({6h' );
define( 'NONCE_KEY', ';bviid8TcXK]~dMC#v]LZ(rMk3D4_oN,5_%xTs_!XB fW1RIb)NhzWa9?h6N2HDS' );
define( 'AUTH_SALT', '#=JD %Ee`^0 )T=?4av?cN(yP`TL]C}7iGjwF[}`$&OG<=eg86CzD/,E@VR WW/&' );
define( 'SECURE_AUTH_SALT', 'VOiAT8,0vemuco2G$E>$P9!=zR-:}L;|v!k1hr%2(h&Edb2o`lxu7I{lM)|KP%]v' );
define( 'LOGGED_IN_SALT', '?@VP=b!q{X?l%NLO*IK#!jZ8]ADZoS^ASb@csGU?<P[/cE9ov_jX<ghmoBu`b/HW' );
define( 'NONCE_SALT', 'gI<U;.|<^a:sg|s?AviZI`d{h@3,fPz^4>{8$;b(VB,X/<U8g!_[bW2s*Un4H+;:' );
define( 'WP_CACHE_KEY_SALT', 'B~epV?D]o`]M?J/$8xUhxoHuZ_yz<gk*L+* Uo4r_<NZ$D`Gb{?yb0B?3<3: @,u' );
/**#@-*/
/**
* 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 = 'ewjt_';
/* 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);
}
define('FS_METHOD', 'direct');
/* 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';