HD
hd
<?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', 'db757088705' ); define( 'DB_USER', 'dbo757088705' ); define( 'DB_PASSWORD', '4Q1WjTv4HBybDAcJ7HhnzSfROaN' ); define( 'DB_HOST', 'db757088705.db.1and1.com' ); define( 'DB_CHARSET', 'utf8' ); /* MySQL database table prefix. */ $table_prefix = 'wp_hdmu'; define( 'CUSTOM_USER_TABLE', $table_prefix . 'wp_hdmuuser' ); define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'wp_hdmuusermeta' ); /* Authentication Unique Keys and Salts. */ define('AUTH_KEY', 'n cWrw1adbnzXH|ak@|C=Z-Am~*?aQHgDWN!*:K~['); define('NONCE_KEY', '9F^fC@[p`KsLCY1~S*l/Dp}wC[u7lgzr2/4jSOmPDp+p)E55gND/}v {]2/FF[1Y'); define('AUTH_SALT', '*1!!sygx@Uhb2V-^[v%,nd+IF,:}3P,E2TDbboweUx~}-=YoP?N[MWH52zx$@zQ '); define('SECURE_AUTH_SALT', '/o]0VEZ]y-2Q:PN.Ji3Sx-g'); define('LOGGED_IN_SALT', 'o@6;[]Bk/QZ+Pj/Q7ju,;0p5X`(goWdmP;UCuMc&bPv|&:x#:u-TBG .9kN{pMl!'); define('NONCE_SALT', '=-@C(R/Rl7fV]Rqx74sxG#U/n+R4.E)T~B9E}6S>F%g,4Y-]IjPlY=ProC{vrF4Q'); /* SSL */ define( 'FORCE_SSL_LOGIN', true ); define( 'FORCE_SSL_ADMIN', true ); /* Custom WordPress URL. */ define( 'WP_SITEURL', 'https://hd5280.app/' ); define( 'WP_HOME', 'https://hd5280.app/' ); define( 'WP_CONTENT_URL', 'https://hd5280.app/wp-content' ); define( 'UPLOADS', 'https://hd5280.app/wp-content/uploads' ); define( 'WP_PLUGIN_URL', 'https://hd5280.app/wp-content/plugins' ); define( 'COOKIE_DOMAIN', 'cookiedomain.hd5280.app' ); /* Specify maximum number of Revisions. */ define( 'WP_POST_REVISIONS', '6' ); /* Media Trash. */ define( 'MEDIA_TRASH', true ); /* Trash Days. */ define( 'EMPTY_TRASH_DAYS', '1' ); /* 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', '1000M' ); define( 'WP_MAX_MEMORY_LIMIT', '3000M' ); /* WordPress Cache */ define( 'WP_CACHE', true ); /* Compression */ define( 'COMPRESS_CSS', true ); define( 'COMPRESS_SCRIPTS', true ); define( 'CONCATENATE_SCRIPTS', true ); define( 'ENFORCE_GZIP', true ); /* FTP */ define( 'FTP_USER', 'u92715525' ); define( 'FTP_PASS', '4Q1WjTv4HBybDAcJ7HhnzSfROaN' ); define( 'FTP_HOST', 'home725924205.1and1-data.host' ); define( 'FTP_SSL', true ); /* CRON */ define( 'DISABLE_WP_CRON', 'false' ); define( 'ALTERNATE_WP_CRON', 'true' ); define( 'WP_CRON_LOCK_TIMEOUT', 60 ); /* Updates */ define( 'WP_AUTO_UPDATE_CORE', true ); define( 'DISALLOW_FILE_MODS', false ); 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');