File: /home/admin/domains/infinitedesign.io/private_html/wp-config.php
<?php
/**
* 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', 'admin_ngedb');
/** Database username */
define('DB_USER', 'admin_ngeuser');
/** Database password */
define('DB_PASSWORD', 'NkYG1gnip');
/** 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', 'dd16b788282ef8e0a9f5e7e7d315c374325a245311ae58515d1e221e6d8dac77');
define('SECURE_AUTH_KEY', '3e069dcb4aa289f38ae4f613a1b60ef0852ea2982621447c3d0f7a3dd7d7fdb0');
define('LOGGED_IN_KEY', 'a7e416a1b80f8f29dc069e8107265ab6c3001a075617fe3b3f3904bf2a9454d0');
define('NONCE_KEY', 'c020182a63009a95dc16b25615642a4b96a2b6c85290690a66ad6b38a09d7409');
define('AUTH_SALT', '22cde154aa8b08dbd47df5135ed12eda10b3f6b733ee7749999ba7c904693cc7');
define('SECURE_AUTH_SALT', '0be7ae33078d83e799418550f57cbf93451c4703b166bc291e0542f7457a166f');
define('LOGGED_IN_SALT', 'ec762085a61fb30a3e3a1cd1e282820cfcf61f0c454f0ec56b560a885a43f1e3');
define('NONCE_SALT', '3acc793556560ba06e928f88d0913f0f7a4226c95e8b8257d954cb83ab10767e');
/**#@-*/
/**
* 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 = 'E5C_';
define('WP_CRON_LOCK_TIMEOUT', 120);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', 20);
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/documentation/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';