File: D:/HostingSpaces/MDalebout5/marathonschaatsen.com/wwwroot/wp-config.php
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don't have to use the web site, you can
* copy this file to "wp-config.php" and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'marathonschaatsen');
/** MySQL database username */
define('DB_USER', 'marathon_user');
/** MySQL database password */
define('DB_PASSWORD', 'nsmVSjc2JJ');
/** MySQL hostname */
define('DB_HOST', 'YDAWBH119');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', 'z]l@Wtqrd@.oxGHd*(C_c1uT_hMysCgKMfC?vAeX+i[ByDBY=c2cpytZbmYoA&}<');
define('SECURE_AUTH_KEY', 'j3vDo4}m5pO3*d.IbKm=wl%brR^/R, y.!@r5P=^LAoFM[6Cb>+I/qLDp-rGE)Jw');
define('LOGGED_IN_KEY', '3W[i7]<Zb#n?2zc(w(p=>nZ}[wb?*hn}c uzO9r9!Ie,>yKWGBrtlW:d2`@=u=h!');
define('NONCE_KEY', 'r -?5i3bOCR&SvO<6=M2D:~YEQYlmZyN-`(Bq0G>A*>I v7VS1sILJEv1JIde!d,');
define('AUTH_SALT', 'l5|h]`]c{B%xfLW9xC!xt8.xk|rp*0z|SheXRoz?E4.np:GzAi>_3`8P!_5-1!WI');
define('SECURE_AUTH_SALT', '#72Cgz}gG)Gvf>MM`PXHKy(,4:`#x{9Ccm^lGY(,=az^QCsRzfD=#M5xX[PJTcUp');
define('LOGGED_IN_SALT', 'haaRDHwP~{^CN *@GNc#X`2T:&JNay *a%MSX(#|xD!;neOg7Dju7z!#6Z^,SamZ');
define('NONCE_SALT', '3W6wmkUKiPNE$<P!FR6v-x(2F%NW a9h?]NQ,_`#rk:&lwS-R?.EX(E0PWz}%iYO');
/**#@-*/
/**
* 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 = '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_TEMP_DIR', ABSPATH . 'wp-content/tmp/');
define('FS_METHOD', 'ftpext');
define('FTP_BASE', '/MDalebout5/marathonschaatsen.com/wwwroot');
define('FTP_USER', 'wordpress');
define('FTP_PASS', 'maintenance');
define('FTP_HOST', 'localhost');