File: /var/www/sqlexpert.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', 'sqlexpert_pl_db' );
/** Database username */
define( 'DB_USER', 'sqlexpert_pl_user' );
/** Database password */
define( 'DB_PASSWORD', '6SiXJUg6ExxUa2uJLVvDkw==' );
/** 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', 'AJG0q>Pj<Z}LVG$|?^c,^J_9,2TG}R#+38PF>Wfh2_IP}h`?WMk|}d<>2@4|,PCr' );
define( 'SECURE_AUTH_KEY', '^alk{@U6g;vzD9(`uc%{0q jfL!$;I^jV*Mu8*e<kAHG*&A09d~{cT]N7A*&zH`D' );
define( 'LOGGED_IN_KEY', 'R5--Lx`3$_h1puDIF=-PwL42fU]IINm9{;5)65U~&7{$,pTF0D%g6PO6#>~J^r:+' );
define( 'NONCE_KEY', ':FR(NrXp45.H4kdyD$?_Mn!rM`d:4p#DL&j^ns4xy33+ILFANuU{CIn[Un9O7j>7' );
define( 'AUTH_SALT', 'e~j(Su!!%:@m3Vc-Gv{qJ2a6taJ-fJ`-,E%-a[bxYK:@b_Pn2WK~:%Q&`^G},]|3' );
define( 'SECURE_AUTH_SALT', '{Ub:P*>#<XAg#>hEBAyxqdX-ZLsl<bOB<+Qh7&ZN&9A9^6k`@O;>/FFfE7x.JB]t' );
define( 'LOGGED_IN_SALT', '=dr*}$G_|;+UW<OZYOEQrs|XQNm>McBq!UbgBrXNGg8n$ 1dpS{Vv/xTv@0Q1J.N' );
define( 'NONCE_SALT', '+`B]<K<s24L5c]S)7][8!=0;384f)$S!o$7Q]6Tk^#v8DC5Z9;~xv4WM$L|$G/a:' );
define( 'WP_CACHE_KEY_SALT', 'IF~W@i]]~QX@#jFu/6V|;QuoeQze 9O7!kb084TE$IG>FaB)Z8BI?exCfqd#B-zx' );
/**#@-*/
/**
* 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';