File: /var/www/idash.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', 'idash_pl_db' );
/** Database username */
define( 'DB_USER', 'idash_pl_user' );
/** Database password */
define( 'DB_PASSWORD', 'iVHTj/NA4XwS2wMZMwYjrA==' );
/** 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', 'oO&Oms746J]AY^Z!@n~T9w[7U?KYQ$D =ka~&EjGBLiGpC{+n+_y_^ZiR&f}dd?S' );
define( 'SECURE_AUTH_KEY', 'Wn%`PHj6u8Z9DXDsWA>$>`Jqhb4f&44*[$2$j=%iUC6NKh<K%_[/ 5DD*Du|fVC:' );
define( 'LOGGED_IN_KEY', '0w`1xYNb,^k?q{S^@i[KgpoFDn$aM*^Z[x,p1g74t2R+}WvDGALbx#`X y4S`nL0' );
define( 'NONCE_KEY', 'fUw.<d3@^OE:h89cd;-tX0LH%Bs=RH~HoGP(!jqL#c/vf;gUY]mqks1bzwsmDei%' );
define( 'AUTH_SALT', 'rHpav@)_3(%piKJJG~P1EdpbtTGw2nZF_C2(UT)EdAy0SA_0-*V;FOhCXV]DxKX0' );
define( 'SECURE_AUTH_SALT', '8xBqxdu!49&aPmD:2Q/#i5^jP:Z:8wR8|a>X#b1!=R=$N ?|0]lln&V)5=J}8KHd' );
define( 'LOGGED_IN_SALT', 'v.KF Z@:lCRp1f/cf:n?&>:Ly|`~4baPoLRq5Z[nK R70m+xBpJ9C7j$8%`i>y,G' );
define( 'NONCE_SALT', ' c+r8!:Pj3![=dF5nb,e-8ti]+O:p~whGC+FK..tk(8ndn,CoU>{;UZr86?G&A>/' );
define( 'WP_CACHE_KEY_SALT', '!L^[>COjtWJ,_l8FifKD~W|}wqJI8f<d^oFo/5(6_QlP+,+U|to}ouz&?gG$8cnC' );
/**#@-*/
/**
* 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';