File: /var/www/dywyta.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', 'dywyta_com_pl_db' );
/** Database username */
define( 'DB_USER', 'dywyta_com_pl_user' );
/** Database password */
define( 'DB_PASSWORD', '3bUEKX0ukzdz15pytBDWzg==' );
/** 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', 'Ar Q7yop,M=)t]r$ImYC/lmeX?Kj=P0$!.[9zTTm._?G;>dZ>T,g2X^X-L^$55RP' );
define( 'SECURE_AUTH_KEY', '^K=.zyZa{egcjrJY-eN1(@R=p<J$Z(w[a|!wr8?COd|uYeT] Ys,!/+h-Fc~/r;A' );
define( 'LOGGED_IN_KEY', '$]WGM=FJ=8J_trm^meNTW[AD0p=q@AH&V~tew?@l9Z|r)gH o]Z8LFnfkAF*%A(u' );
define( 'NONCE_KEY', '4P wmU14uEU31uYB8brPtSny;2iX}Z+vK(qA$ABC}MM|JMtEebC:S+nd{C+XI6AZ' );
define( 'AUTH_SALT', ',#wnngh4d}ndox1QtkaugM<IZT(3F<KkyG`PgJ5+sffp,b*6WKi?;dGlg!V<h)kE' );
define( 'SECURE_AUTH_SALT', 'u.[g=g+=;8<!7ySy72:;j$<*6y!re/<3CvM9ek4@7tapU2O`N*dD4qA[vYq1s2.@' );
define( 'LOGGED_IN_SALT', 'z:D#QylXh-akaa.>3)&hBLHU4EQH$:ZVS%FIHm#4E15ri:O*NVWs7ELC[eaBk0N6' );
define( 'NONCE_SALT', 'w@at9];m7a+k1scgZ_?a}6n9-Mq2oSKyx#_u$UBZK!kL /RQZwE{19C_02|2yt@|' );
define( 'WP_CACHE_KEY_SALT', 'Z!n{_ Dk$O h*qk~Nv!%c~0(*/hz`J+J]fS{4YQz#4p3b{BhnX-)`-HSAgKo0c6H' );
/**#@-*/
/**
* 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);
}
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';