Current File : /home/n742ef5/.trash/wp-config.php.4 |
<?php
#define( 'WP_MEMORY_LIMIT', '2048M' );
//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', 'n742ef5_royalnteam2024');
/** MySQL database username */
define('DB_USER', 'n742ef5_royalanteam');
/** MySQL database password */
define('DB_PASSWORD', 'b(.WR{G](Xg~');
/** 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', '4243d0a4927c8231e2f200c9b4cbff61fdbb81b436da38e1ba31a74eeb2db524');
define('SECURE_AUTH_KEY', 'b39e2145e00ef4bbc63adb899e2a2786645404722906ce331569f8600a07e345');
define('LOGGED_IN_KEY', 'dff9ef2a1cf323b3f401b49d1aaa0e1853f660056158f336a6dfc10ba9d9eb04');
define('NONCE_KEY', '6f11a2727782ce57248325724eea988294d57c5441044dcac24120d828686991');
define('AUTH_SALT', '3349a2fe062c96a135cebc7c4405a37721de1fb19b30dcc01f92425d99740b6c');
define('SECURE_AUTH_SALT', '1d8081bc54a79173f63f3fde2fcc5cb2959a5c91e01925014597835deab1d57a');
define('LOGGED_IN_SALT', '2e4a3bbda4c208b4c84e6e5acbfc81f60df58db53908938bd39400c1badff5f6');
define('NONCE_SALT', '76bdb1450adb1da6e2fc1c286afc7ee9fd022749a9d331b6e6d84a2ebcbf3f41');
/**#@-*/
/**
* 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 = 'LgJ_';
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);
#define( 'WP_MEMORY_LIMIT', '620M' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
//define('WP_MEMORY_LIMIT', '4096M');
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';