File: /home/ascacl/surcalefaccion.elpapiro.cl/wp-config.php
<?php
//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://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', 'ascacl_wp987' );
/** MySQL database username */
define( 'DB_USER', 'ascacl_wp987' );
/** MySQL database password */
define( 'DB_PASSWORD', ']wp)t99y8S' );
/** MySQL 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', 'y50arumbfaokijzmfpvxxje6anmg1fnslsrfygsobafijtnrkpwpypgz5rybexn5' );
define( 'SECURE_AUTH_KEY', 'xvvqo3nf6hmn9yo9zwnfn9xs63nyfaipvowqhmim27o6xlrbuf8hwcxdzwxrwn76' );
define( 'LOGGED_IN_KEY', 'twsjn9pbiujs9hc3u6sec1hh4j8u0xm8aqcuul9hamaphuswv1j3xc3ohwyadpyc' );
define( 'NONCE_KEY', 'leicgcq0q7hcldxidjynefvuos78vf1f7w5n33k3lgb3xzxw4hw5qjizvlbfwnou' );
define( 'AUTH_SALT', 'egw37ldmtpb0rnib1a7asldkse2qupaoju4ifvxdjy4uilhtwoigqmgdmag6irij' );
define( 'SECURE_AUTH_SALT', 'yfa8mzowluoaqlrxrlypuhlvusjvfg2gvggzkmrdfe5kotbke9bicnnzdnofggyx' );
define( 'LOGGED_IN_SALT', 'otq6wfbzsgieqmrrgslaehykkpmfsu4cudepaojysxart1vp9ikolatyu2l6qt0k' );
define( 'NONCE_SALT', '9htsnnw5gabd2hpv3afl3ac5c1gowvynekf2wvrhvwf8pqpoavvfulo6am9lnonu' );
/**#@-*/
/**
* 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 = 'wps6_';
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';