<?php
//Begin Really Simple Security 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 Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', '3ma6yq6Q2EJxyoJDD6MwocH2qusTdmPJb11kRfLs8m1Cfa7kdB0RztMP4PdTnfF5');
//END Really Simple Security key
/**
* 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://wordpress.org/support/article/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', 'viperfxnet' );
/** MySQL database username */
define( 'DB_USER', 'viperfxnet' );
/** MySQL database password */
define( 'DB_PASSWORD', 'viperfxnet' );
/** MySQL hostname */
define( 'DB_HOST', 'pawel7123479565.ipagemysql.com' );
/** 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', ' GxLU19bQ?}@qZ?4e0uEncwZv@-CoX+V#vG[iFn-~%Q[L#V]g`Th&s0ls2F|gk|c' );
define( 'SECURE_AUTH_KEY', 'sq_;-2y%XvCB2uGCIZf96,FSr^,VI<4y<z1:F`K-}wPE`X=g[S5h8n|x*?8@wXam' );
define( 'LOGGED_IN_KEY', 'Qj|{/EDcF^8kvhn{,dX3U3`.Go!+CEF_bD ]{oEtOGqA|*DZp^U(^$+[l:D@@7Ns' );
define( 'NONCE_KEY', '*;QG565f#Z,T8)kyz:|L&l{-yk.cz-5>/s3{y@X6*#8P_uzNvvzAd$S0*}hv]g1r' );
define( 'AUTH_SALT', 'Bl|&5+A4W8$QEP>R{j070:Sqs=Wsey~We:k8.k}LHKE[oDttfy`IZ@yy:8<CwT;-' );
define( 'SECURE_AUTH_SALT', '0LE7g(.T]h.CAeDeOtLJl8D21KRzJ.P,ve}[B?{X`n(N+~v3x0ekuazHH^^#Jp~A' );
define( 'LOGGED_IN_SALT', 'pz0C3ArM./+]GSF`]<*WcN{OW_i{~j@y ;{%54o3AhC6gbFW}Bkv++$BN_c$VQDt' );
define( 'NONCE_SALT', 'W.qphAUaP+l{8Y_FIYwZ4lupEb7T<9N(ws/=o|h<HHcZ^-K94iE5c`toe1>iv8L!' );
/**#@-*/
/**
* 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_';
/**
* 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 );
/* 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';