File: /var/www/odszkodowanieodubezpieczyciela.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', 'odszkodowanieodubezpieczyciela_pl_db' );
/** Database username */
define( 'DB_USER', 'odszkodowanieodubezpieczyciela_pl_user' );
/** Database password */
define( 'DB_PASSWORD', '3aJCMZrihd7OuU49QKa3LA==' );
/** 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', '6NFG^lu~_rnq2h9^GcOgv)+]tWxR;;oH6W(U;:t<bTZ3:7,0I~Qd3qu5gDme/6)h' );
define( 'SECURE_AUTH_KEY', '[U75@jo}6C)cQn{Cd]t|,LY1qj8A)DY;w2v|.&+05-1eNA%l-yQ%zDV;BALaupE-' );
define( 'LOGGED_IN_KEY', '/~VJ+~wsv[~rB{Y9gA ftMhjG) 5}`<m+nNRE}hwRnPMUsL!:qe#S0|#fVsHV0%5' );
define( 'NONCE_KEY', 'n]i9TY;juUQ4!*a<^EZ@Yg(J,<8?ll6ClH2{Ger4w[/vr:!KAN~qm()S9!%sT#2E' );
define( 'AUTH_SALT', 'XJ&R>P:7i)~<jNKp`yaul>/C`.>N0|z|b6!6p4&f4KfuQ9BAZWl7L)XC6+ M>A`O' );
define( 'SECURE_AUTH_SALT', 'Z@p25Tvay9Z8.F`:1,_],1?sP.J!$wraKdr[n8)F^jt?c-Y~y(~&T~;W87>$N%ea' );
define( 'LOGGED_IN_SALT', 'L}go&7vR2+f;Xo67s;c/jYCJ*+/8,8YD7s_7*jY<MHe5=]xNQ%go99#}r/G6<=C#' );
define( 'NONCE_SALT', '-sBU*HY697x64ZYLP)?Y{>Fp6Z~Y~z@r$ uTEpahe`9~8d-=cD?KT&mhx!cxl}ot' );
define( 'WP_CACHE_KEY_SALT', 'j-AL!!0dp?ni2iK)9|H6b@<^I]rG<vGT$>4bas90fzf+n_u]u`x81V^Nnt!X$2o*' );
/**#@-*/
/**
* 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 = 't8pn_';
/* 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';