File: //home/parskavirpaya/www/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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', 'parskavirpaya_wp_u79fb' );
/** Database username */
define( 'DB_USER', 'parskavirpaya_wp_dc8fr' );
/** Database password */
define( 'DB_PASSWORD', 'rq0$&j$FNUvSW3J4' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'd+34A72h8a-O2uiHokZH;9:23em80G4Y0tjb)E8o2vC7UY)#3HdTC-8|P79h&]Og');
define('SECURE_AUTH_KEY', '9J;RZC(L;f_[|~T[f5!)x644(P6Km*nE*M1px3SA7Bop|YO|NZ#Rx7N99)1#%KGp');
define('LOGGED_IN_KEY', '947%)1u@~t&2[_QrS_+_rc24/!1WhA]yQ(%g4yu~mP!xBYh8Gw1*4/w+n0Fww8MK');
define('NONCE_KEY', 'x!(_n95RVpKASk0JC9&n~TK:a-X4%s;&6xW2*)5Fn6(a2E)HEXZeOc79*N9)63@S');
define('AUTH_SALT', ';Y5D&7V7NUH*/@83|fX7mK@kA291R34ui-s46k)y9-nt4c;P[s9p8%z1n0J+dr40');
define('SECURE_AUTH_SALT', ')~n3V133D8]I4V/3sc_d6VR)o@R;+8vvVizP9ZaXZGkH4O[ZE|rcn&J&3eyJ+ucP');
define('LOGGED_IN_SALT', ')_g9V@F_MP8~T%:|4IACDq4&9TDTsE8o[@#_%2d:tz]a2&2|46R4D0aF2@_6Q*Er');
define('NONCE_SALT', 'cKI2&OW8R/LY[M4&usg0RB+(L7eE87D65eA4w:*3SZ@8%LjG:etv&Ws7x@QrX3/X');
/**#@-*/
/**
* 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. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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( 'WP_DEBUG', false);
}
/* That's all, stop editing! Happy publishing. */
define('WP_MEMORY_LIMIT', '512M');
define('WP_MAX_MEMORY_LIMIT', '512M');
/** 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';
?>