/** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'db399972462'); /** MySQL database username */ define('DB_USER', 'dbo399972462'); /** MySQL database password */ define('DB_PASSWORD', '17IIvz4Y!L#n!O9C'); /** MySQL hostname */ define('DB_HOST', 'db399972462.db.1and1.com'); /** 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', '++PDN8Tw|Q5B-Q8XyuS1;LWea%o'); define('LOGGED_IN_KEY', '6._7E_qeCaE1|`(Tf-<.-1`LX-O`XOt2n},yOzhlm&o|w!UFE]POUVIh-SO7)C]M'); define('NONCE_KEY', '9^7n#5-tGxxQzo@m/nClXqx{[&lPx=?#9wMkH`ab^}p2{tGnYq_a;QO5q%8_f&g;'); define('AUTH_SALT', 'l/:3($~St@zD^.8ui:H[uph~ll2b~yJgMCtX|u8^2?M5((l;m4v3aCaQ~YR0m/dH'); define('SECURE_AUTH_SALT', '|%y#i`UAXp+*%!Js:R(4HoQ#a/?kC`}2N%r4+U6gR#~YF@59oXZL.BwABn[e>}OZ'); define('LOGGED_IN_SALT', '-RqwewH,YOm$7(sU.4ujao)Us!3&zbu~a2VkbBn_2-_Q7,Yx>1-qv#sLiI]NF{Rr'); define('NONCE_SALT', 'nG6)R+9J a1{TtW-Red*OSp<}^,x*Zjlxd6ay@&DyzqC!g*$CBe>*-FDP(H0rxX-'); /**#@-*/ /** * 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 = 'jo8w9gi1_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /** * 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. */ define( 'WP_DEBUG', false ); /* That's all, stop editing! Happy blogging. */ /** 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');