<?php
define( 'WP_CACHE', true );
// Added by WP Rocket
//Begin Really Simple Security key
define('RSSSL_KEY', 'ypFZsmg5whSuuZTEDgIYGEbxDjmiRVAyyWr6qKHOJhc18vGBn8dAPGl7uYSgws9U');
//END Really Simple Security key
//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 cookie settings
/**
* 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/documentation/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', 'db_pontovit' );
/** Database username */
define( 'DB_USER', 'user_pontovit' );
/** Database password */
define( 'DB_PASSWORD', 'hTDLBFTY5Uh0pE0nRYVVA38FBOLVKj' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '&38+PYOp6=fE<Z[6@B1~MWXX1d$$=V7s4Gn!m*1+Rn izXTq4mgL-p80a)Bsm1w)');
define('SECURE_AUTH_KEY', 'T<Z2Rfy|jfge|rKKaCom Wxz)xDJuLE0@4CKMyXk4+.{{h=&^FWS~j]N7cmSm`z8');
define('LOGGED_IN_KEY', '>XOBMm1E/SdgkE/^O<;4z/krBEqIm_b,f.-ZKrqUna&>n<NJk QF`GV&e&7{~jY+');
define('NONCE_KEY', 'kW!|$ ~:j9aJNt!(`J!~N9JgL[9)E!OZjwG<k_i;otlZ_}Ea)u8nTtU@,YwH_u&W');
define('AUTH_SALT', '!EYEXCm*s-]^C!@O;(MgTJ--EZh>UH-d6t$D|4pB+U82gU$]ctMuuF8|AAU|(?N3');
define('SECURE_AUTH_SALT', '~TnAOy5|dkfR+pA-&Ci+%JF-#n&Fn,+Acf(y,l]e4~rZe.^b3+ET{j4JS+g@<in^');
define('LOGGED_IN_SALT', 'rnYA42D/4-M@9T?O6.E-|*{>)r<8kxzJ},sd0S%R#`V]W?h{s+);;hZu;`95(1T3');
define('NONCE_SALT', ')9@H4[)T{]3=+eu)?)-c.0,q(k(7kxw#!Ys=Y37$BU}5wIgyL!g6t$&iX[:/^ze!');
/**#@-*/
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_MEMORY_LIMIT', '1024M' );
/* 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';