MyConfig
<?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 http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link https://generatewp.com-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'db525940388' );
define( 'DB_USER', 'dbo525940388' );
define( 'DB_PASSWORD', 'Chris1901!' );
define( 'DB_HOST', 'db525940388.db.1and1.com' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', 'utf8_general_ci' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
define( 'CUSTOM_USER_TABLE', $table_prefix . 'wp_user' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'wp_usermeta' );
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', '{b3ya#cCW/a.G0?f}pDIU]1d>|)HI/tDiJ=b!e3z 1r9u+L.)>lK,&]>dVwrq+4|');
define('SECURE_AUTH_KEY', 'Dq)^(+xz~25JhD+.tLz9r.R~Q+mUBc>mnz#9oUku b1,x?iZN1Tjtq2#SfdrcfmM');
define('LOGGED_IN_KEY', 'Ls+6]CV`g;v5NkMj&a[3QJs[|-OG^e$1Q-S;{Xo&M[2N#eq-}o4[>g7|pYj|');
define('NONCE_KEY', 'U./]zUdx!++yQ@(+Qc9`c4f+neL4n>$,t*rytJ0JZXZGo`jNs&bR9%^6!?j|Dv|B');
define('AUTH_SALT', 'Y7u$]_eP}=1,o@1ej>pXC3g-;,oN+6!},$=qVwk;^7iKA*tyiD=e/s+#v_;=| 8=');
define('SECURE_AUTH_SALT', 'sK9^(pG)<fBj}MP:,PpTf(N+_tg7AOg~}63^OH^LlehY}d(M~;rPRl');
define('LOGGED_IN_SALT', 'h%jy(Nc1s;+/[e4b3D.nvOQRCFC}}-SR Zn!*$&fX6+OTnf9U}8 NcmP...3');
define('NONCE_SALT', '>%>|o~6B`fMgU&v.>h=Xc9`@b2^dM^!2l*/g,.+1/T~( d$D|RHwI=7^+&Owj`D-');
/* WordPress Localized Language. */
define( 'WPLANG', 'de_DE' );
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'www.der-datensammler.de' );
define( 'WP_HOME', 'www.der-datensammler.de' );
define( 'WP_CONTENT_URL', 'www.der-datensammler.de/wp-content' );
define( 'UPLOADS', 'www.der-datensammler.de/wp-content/uploads' );
define( 'WP_PLUGIN_URL', 'www.der-datensammler.de/wp-content/plugins' );
/* Media Trash. */
define( 'MEDIA_TRASH', true );
/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );
/* WordPress debug mode for developers. */
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG', false );
define( 'SAVEQUERIES', false );
/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '30M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
/* 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', 'u77097939' );
define( 'FTP_PASS', 'Chris1901!' );
define( 'FTP_HOST', 'www.der-datensammler.de' );
define( 'FTP_SSL', false );
/* CRON */
define( 'DISABLE_WP_CRON', 'false' );
define( 'ALTERNATE_WP_CRON', 'false' );
define( 'WP_CRON_LOCK_TIMEOUT', 30 );
/* 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');