File: /var/www/ocieplanie-dachow.com.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', 'ocieplanie_dachow_com_pl_db' );
/** Database username */
define( 'DB_USER', 'ocieplanie_dachow_com_pl_user' );
/** Database password */
define( 'DB_PASSWORD', 'uNDaBKzL/LLlYhN8bFw13w==' );
/** 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', 'cnJ~#n71G.w7^V2ETg&H|v&:E2<njP7qI0n$dt].}nD_@{+?`2f;?M?dG~`g43Q*' );
define( 'SECURE_AUTH_KEY', 'LNGf5h/0ufG#z jc{S%Xv+y:jZ^32oo4<@kds?_MVoi6?LbPXw`>x&uXa61>G^lH' );
define( 'LOGGED_IN_KEY', 'x 7kRfLK-&G,=P/@rK($!eF$vj#6^DS]wLnZ-3J,]GFR.u0`_h/JFeKm0Ut@g<K@' );
define( 'NONCE_KEY', ';87 kiS=Eiog@/yCG)@&8NQ:w,~:Ri&u1DINnyQn8vg77>kgY07E?DkOz#;i7[ P' );
define( 'AUTH_SALT', 'F?{Ik$9d,($uS.LmVj_^8Q6561,L%WYd~-51B1T__SjJ2|>Pej,1U=V.qRJvKw2;' );
define( 'SECURE_AUTH_SALT', '$6m{*fkt*r#x~U_9AmG;S}tI(lkGD&PF6%`PU&fnKkJ%!emx22]keb,ojClszzR:' );
define( 'LOGGED_IN_SALT', '+.6JV:s/hoH%>g8KBn~~o)KeJ&{raU1gBUbZV#wzAQ9dRP`Y|{iB~P>)ZJ#`X.jz' );
define( 'NONCE_SALT', 'gFb(}nl{(!G/bdTxm^+<U;w@|BKex/mIf=:h&v?xKn4T900jZ!OMa{N32}s110r.' );
define( 'WP_CACHE_KEY_SALT', ',3$i 7;WT8l.H;M]U>$K[@),>|LFsz6u-4ds3.E`H~m/v(%@5./3H[wG{t(+yIW~' );
/**#@-*/
/**
* 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';