<?php
define( 'WP_CACHE', true );


//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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * 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', "service_paygah" );

/** Database username */
define( 'DB_USER', "service" );

/** Database password */
define( 'DB_PASSWORD', "1IkBzkE2kHe5j8X" );

/** Database hostname */
define( 'DB_HOST', "localhost" );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',         'fwpFstX?A}L8$c sZus}p>5p}!K4+o #i<fYGwX=OC&^U.WLxo FK!AiSoJ[vM&9' );
define( 'SECURE_AUTH_KEY',  'Z+*_U-@=R}YCvfCBe`0d~i_v!`.|%,V%0O~bV)8}3f#!8 _}{=_(4?.c?=m)*V:)' );
define( 'LOGGED_IN_KEY',    'OZ2DUSgK,dnM4yCw_{IbYQN[y@v[A}FXLoK #B(bO8U)g6pcF$#.K[#_I_No;BNs' );
define( 'NONCE_KEY',        't{q%mMLl2IMz&#PI0pUBhRq.v%aj:ZqV%)qLsH]TpQ~.@T(iUEcZ.!cfO-$cE&R-' );
define( 'AUTH_SALT',        '@&f_MB3Jvg? H|IIi[@{::XKc{ubWWJaa>Z7xOi  qb`:7_I]g#Sq}Z!hS>(Nz;g' );
define( 'SECURE_AUTH_SALT', ' oA}?$P4:wv4ia=oY$Z7It+`H-;xCrdXV;69=T=9b7lZb&P*FU$d7Q7`nU>(JoC@' );
define( 'LOGGED_IN_SALT',   'JINF_1DQZUQ6g|P4=khd7(ZPr4fqSh?8SM4.0e_Vmd<Gb91TY9LL@E,oJh7J|(<a' );
define( 'NONCE_SALT',       'DQMFHHbMHXY)Z<Gweb1K1>v.JG>9(5OKwW:5N:K6o>V]VURk*[yrC;Pu<+3atWzp' );

/**#@-*/

/**
 * 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 = 'royal_';

/**
 * 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/
 */
define( 'WP_DEBUG', false );
//define('FS_METHOD','direct');

/* Add any custom values between this line and the "stop editing" line. */

define('ALLOW_UNFILTERED_UPLOADS', true);


define( 'DUPLICATOR_AUTH_KEY', '1|128w3LQHcc8&75Okgdp]WG@C7:JdxyM1TP4>RWrY7xTy #Y`u2{1@D)r 6*bsK' );
/* 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';
