Untitled Snippet
<?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 http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'db740164241' );
define( 'DB_USER', 'dbo740164241' );
define( 'DB_PASSWORD', 'tumaniepapanni1' );
define( 'DB_HOST', 'db740164241.db.1and1.com' );
define( 'DB_CHARSET', 'utf8mb4' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', 'Yq>^lW+S|y-m5Oz;AkrD#xPUsuRbyYX%/>0zW]^w|ATIo@NyF1#CRqwJQA9emM!;D');
define('NONCE_KEY', '1:6+B:kM hg9!7%Fd`mX-{E.nGyH+OG)-f+cf*6HW0nN_0EpjjmN ;&)IymFIM,W|voxmoCC3-~');
define('SECURE_AUTH_SALT', 'X4]8VRLgT6D~3=g>v5Y-RJI0(*jW$*JYOc&b~~/?;>)6{ :');
define('LOGGED_IN_SALT', 'w2%s bqHG]zf ,n.ebvKQ9.?90X;QyR1}s5(wzL[B__0<&,/} zWJ<KNDAs[h|i1');
define('NONCE_SALT', 'k)h-CSf`1SZ9{d821A[{G2W59`|#UX5Q$Y9yaqqkSzah!|)68/%<H0V5v e G+Be');
/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );
/* 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');