multi
my
<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'information_schema' );
define( 'DB_USER', 'myin2897551163' );
define( 'DB_PASSWORD', 'FIieJ2-I' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'UTF-8 Unicode (utf8)' );
define( 'DB_COLLATE', 'utf8_unicode_ci' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', '$litti7T>D*q+?X;}3- 8j@%7Q6Xu [3G)<5Z& bo~}pNN/t1F-AVppxF|');
define('SECURE_AUTH_KEY', '<9~0xSiuo^k9kLsG9bgC)mi>|w;+>G8}x)%$R^u)0-');
define('LOGGED_IN_KEY', 'pg<CCYfE7r-|n)J(Dbp%7f~U.zZe8@&@4uq9KVMV!(T$rXOY0NT>|*zfD3p+e,|;clL~t|R5Z6k<4-ar5.c*Y}E.tmBP}@}');
define('LOGGED_IN_SALT', '[k+G}|+j+#0EgR|CVHB~$cdYG8tIU|JgQu+N*,jeJ>-)L -[v?Y?');
define('NONCE_SALT', ';itHaCJ8(`f0CL_Y[04D75PB-d0EI~lVh(t$O*`gY6=]~PgL0gA5|V+^P+YYwhTj');
/* SSL */
define( 'FORCE_SSL_ADMIN', true );
/* WordPress Localized Language. */
define( 'WPLANG', '' );
/* Multisite. */
define( 'WP_ALLOW_MULTISITE', true );
/* WordPress debug mode for developers. */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG', true );
define( 'SAVEQUERIES', true );
/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '256' );
/* WordPress Cache */
define( 'WP_CACHE', true );
/* FTP */
define( 'FTP_USER', 'myin2897551163' );
define( 'FTP_PASS', 'n/!t*|1ekGuv|' );
define( 'FTP_HOST', 'myindividualist.com' );
define( 'FTP_SSL', true );
/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'DISALLOW_FILE_MODS', true );
define( 'DISALLOW_FILE_EDIT', false );
/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');