?> define('DB_NAME', 'johanneteglgard_dk_db'); /** MySQL database username */ define('DB_USER', 'johannetegl_dk'); /** MySQL database password */ define('DB_PASSWORD', 'Ol251190'); /** MySQL hostname */ define('DB_HOST', 'mysql53.unoeuro.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', '2cf#nghAW7l7rrcTS)xg2bVhSXhi4i1&fcWv9T53PZ&rHwROlZ@p3fj9sToqMLwU'); define('SECURE_AUTH_KEY', 'HWbbpql9xn)vi8Z7rWAvqL977VS5@EulNHR0*r%KuK*2Vdd0Lb2M3dJAw1cx0H8d'); define('LOGGED_IN_KEY', 'jsEkfGJtp2WC82funyW(Lb5@TxNhVIjwFLGL!CQATzmHyL0hcHH5s&u6DSugvewg'); define('NONCE_KEY', '4t8P1Nu39x0eth)Anu8jrmuf30lO(^VoOp6BvqZD&cG63oH8r7JvGhqe1gL%lsFV'); define('AUTH_SALT', 'yN!s2W^vXcdR6@#4rb88cW02PR)m((X(e3FGaMFuZ(yl!iJdxMMjVjn#ptyuY@DE'); define('SECURE_AUTH_SALT', 'K&6&99gg4rK@63CKiJj&qvYBfsxon1YmyhAXe3YbcX%TN)Ms&m1CxN^qwWwwXWOs'); define('LOGGED_IN_SALT', '^&yayi^zwym3386qUeDGBgAAnQOs)aAhqsEo%kpNjPOcss@(kbq&mQT%YW5)1aZA'); define('NONCE_SALT', 'LJIDbs6Znv!F5#b(ToE))^Lz1UH!M7*Exg&yIK*lCvXU^svEBOn8stl(F)Qu!VRu'); /**#@-*/ /** * 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 = 'clk_8c035a805f_wp_'; /** * 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. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ 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'); define( 'WP_ALLOW_MULTISITE', true ); define ('FS_METHOD', 'direct'); ?>