<?php
define('WP_CACHE', true); // Added by WP Rocket
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'sotiris7761203_dljg_iixdlfmnthbv' );
/** MySQL database username */
define( 'DB_USER', 'vwkotsbnfajsjqyv' );
/** MySQL database password */
define( 'DB_PASSWORD', '3734DzWO2s1COCS' );
/** MySQL hostname */
define( 'DB_HOST', 'sotiris7761203.ipagemysql.com' );
/** 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', ']gfKB7qzrR,5i19Eqkj4Coea(xH)lV^EC!EUnbjUnw!f?~2}]G1GG0*h%`Nluyaq' );
define( 'SECURE_AUTH_KEY', 'mff<TT_=P1:7$xYkw,<~_/B(9.=Zz4[F.MQ/u*v`3SKS*vx_$)p/U<Ayt|=?T,<C' );
define( 'LOGGED_IN_KEY', 'EsUV~qLIfC .!e&OqJd#)6L:V/^-|2oyOlCd7K49$|ClThv($6.yrQ/w<u{pH^}{' );
define( 'NONCE_KEY', '8M-Wj;Yd%DM}&atXA%,nUd&54-NM(A1[U#&|qF^RcGUrvUC}/ZWhUMh1 4[,%x?:' );
define( 'AUTH_SALT', '(rS%ps!795S!3yMXB/2r>mle}8ZKT>3@%X}$=:eX-gPchdI$.EEa_CB|0&1tYQJC' );
define( 'SECURE_AUTH_SALT', ';6i_0`GDIqiX@2Gf{||;XDSs%]a)} EDXmPqli/dW!VZ,mg7`Z3OTZ99:g-EX)x.' );
define( 'LOGGED_IN_SALT', '8v_c9E5l7+gwS%T:>;~j#`k9f@{x9,b<)eB@mLWJzOILhK}sgXS~vdBjdWN7|jg;' );
define( 'NONCE_SALT', '<t}HB=.t^ue5BzO:8[0bX)/$}.Wng9Y1hZ0m^hm+&@JG!:^]/GHr*1@%Uoy1{vkr' );
define( 'WP_CACHE_KEY_SALT', ';OcYW~z+$Tfi.<#__- 3{~h8NxI^Xm?))hArIDcRSo8^=f:v[V$Sw;-5/z>%@d6%' );
/**
* 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 = 'dljg_';
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
define('FS_METHOD', 'direct');