Files

116 lines
3.8 KiB
PHP

<?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', 'y0C5Z0dC114Rk44N33NcKl3UohTAyYGmZD3QFyMaZJT17Q9aAjadBLN4acmfL5Kc');
//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:
*
* * 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', 'u878837096_aPl68' );
/** Database username */
define( 'DB_USER', 'u878837096_pVDRo' );
/** Database password */
define( 'DB_PASSWORD', 'gIFQR5ShN0' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'b`ln80!+_P<V=^i>QP96qY@:jpP6[k/FQSnuGck0W:5unO5mNjSvdU-4od:Gyt4B' );
define( 'SECURE_AUTH_KEY', '&4mi{xnc5i+0k@o2Hqb-AT)}d*ea^m[OVUMhr5}HZiH[d5cmcSWg_<g5AtUU4J}{' );
define( 'LOGGED_IN_KEY', '>[Z=Un}5:+5U^FpXO7WJ8Xg7>pLWhy72sP@E YLY7cz`>klmvd{{+_:-SI 720?|' );
define( 'NONCE_KEY', 'S5D~Mi3t.Yf(TG.1x%v`#PRo_s99o+Qawobj<Yu6@&#q~hi~UfG&?R7PNH[=p$cr' );
define( 'AUTH_SALT', '|m}-j4;S;/t}qDLb3>dvp:7&BHdvOV@zW>B1W/btB%1L*Hq^ 9k[_&i!f66oB}_[' );
define( 'SECURE_AUTH_SALT', 'r<51GB{4QsbWan+k)*<FsUoMO.&|C5u!DDF)` LS]wRFOIo,ODUQm$;42fOLq nR' );
define( 'LOGGED_IN_SALT', 'u/JEKtc);f8I{?,uWFcd7_Pd}/`c~DocWnh)wC1P(%T-%2.nAOEW.&_eWbcNuK-/' );
define( 'NONCE_SALT', '4m5M<!g;5_zV?^pU 5Lr>ANb!9zr}}qL}9d8}V6]Fq*h: ncp^C<F2w|~^ncC5:s' );
define( 'WP_CACHE_KEY_SALT', ')@n8SgJuXWH}lqlxe3D2&9U(8rIv_t1Pf`EIj!).#M@V(DEhWmiv&u0_E[Gvf)tu' );
/**#@-*/
/**
* 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( 'WP_DEBUG', false );
}
define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '0a89006591fa8699e3329738efff5f08' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';