????

Your IP : 18.116.51.117


Current Path : /home/ntwf1swzbm0x/public_html/
Upload File :
Current File : /home/ntwf1swzbm0x/public_html/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
define( 'WP_CACHE', false ); // Added by WP Rocket

/**
 * 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', 'i6840970_wp10' );

/** MySQL database username */
define( 'DB_USER', 'i6840970_wp10' );

/** MySQL database password */
define( 'DB_PASSWORD', 'H.tckjCeAolbgj4Ru9Q58' );

/** 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',         'nEUnpwuaAR1BsCSUqRM3P35kphcaOEsPng26vP8dSbkyegD4MvmXaVF4qPFyYzfZ');
define('SECURE_AUTH_KEY',  'jwxX3U4BfiXvZ6ipWa6mKgHsrBvoqvoWe0tVHuerFrHVTW2wAqEIOmlguENJAtnB');
define('LOGGED_IN_KEY',    '76tGGkjqPs9K1Qe26eihrQYhpTAwArxEO5QSRUT9rru5rrgJ9P0YulwdbjgKLn52');
define('NONCE_KEY',        '2XyeC32Q3H1t20VnHTYqvhQvRvOeuf9b44YLLmU1cFbDugMzevKZohJeVOgZCb92');
define('AUTH_SALT',        '2e4V6Zywxn7oZLqm0t3pEHz1ZdFzFiyXcMWT9ry99WPDM2VXtIg3uZZ8CHHTDYWY');
define('SECURE_AUTH_SALT', '9ZIF7FMY1rCwS3vgWs4MZlJqNchAZGXfAJz2WmgktSWAdsEf5w8MhZGgl5wwTmJ9');
define('LOGGED_IN_SALT',   'I89Pfzpn1f3dgX8IIzg6LwaUD31vwLb1uZSUSxasA6F4cjIJ6G76MiFua6yY1Cnk');
define('NONCE_SALT',       'mC1RVWOWDhGCdCDPtZJY1AKifCtJaOIjvvLLxDkOcIEThxYhXAZVPTKvrNsHkx5C');

/**
 * Other customizations.
 */
define('FS_METHOD','direct');
define('FS_CHMOD_DIR',0755);
define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');

/**
 * Turn off automatic updates since these are managed externally by Installatron.
 * If you remove this define() to re-enable WordPress's automatic background updating
 * then it's advised to disable auto-updating in Installatron.
 */
define('AUTOMATIC_UPDATER_DISABLED', false);

/**
 * Multi-site
 *
 */
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
$base = '/';
define('DOMAIN_CURRENT_SITE', 'thefoundryjacksonville.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);



/**#@-*/

/**
 * 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/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';

define( 'WP_MAX_MEMORY_LIMIT', '256M' );