Current File : /home/n742ef5/.trash/tmepo/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 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
define('WP_HOME','http://forum.si2websolution.com/' );
define('WP_SITEURL','http://forum.si2websolution.com/' );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'sitwoweb_New2020');
/** MySQL database username */
define('DB_USER', 'sitwoweb_New2020');
/** MySQL database password */
define('DB_PASSWORD', '?%RVru#SE(OA');
/** MySQL 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', '050739bef082d864cd03b7aa9e9b9d2d2b8474e664981467a8e20d92b694064e');
define('SECURE_AUTH_KEY', 'a9e3db0868efcadfdec8bae244603d44d3359405bd8d1ec13d528c8e68e41263');
define('LOGGED_IN_KEY', '122b243767823d171b901235178a9d51e7ab31cf55c839d6c01db1f1b634a6bd');
define('NONCE_KEY', '0e687d219e5b4f31fd8a42d6705acbf621da7919a24a5c09ebb7a1867898e085');
define('AUTH_SALT', 'df5d5c90944d2e85879a77edc1be62c466981a7d1fcca12c43974574a9c88075');
define('SECURE_AUTH_SALT', 'd930c76911b8aafbf98d1a3c052a1a5076b2b7fed0eb358f611bda7ed14f9ac4');
define('LOGGED_IN_SALT', 'fe5cd3395fd0e2bd3b818e8de04bfccb98420f12038598285fb6ef1b311dc9a8');
define('NONCE_SALT', '170d9dbc745d8b21e444ee7a04bc09d20f156062134f91566789349f2142b6b1');
/**#@-*/
/**
* 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_';
define('WP_CRON_LOCK_TIMEOUT', 120);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', 5);
define('EMPTY_TRASH_DAYS', 7);
define('WP_AUTO_UPDATE_CORE', true);
/**
* 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';