File: D:/HostingSpaces/SBogers73/frietwagensomeren.nl/wwwroot/wp-config.php
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://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', 'wp_frietwagen');
/** MySQL database username */
define('DB_USER', 'wp_friet_user');
/** MySQL database password */
define('DB_PASSWORD', '9FXUnjCSG8');
/** MySQL hostname */
define('DB_HOST', 'YDAWBH119');
/** 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', '}w!Pc<|}K|:c<;+L*N/;,G[HNO@^Cvg^2xeR818s51&hV]Kwy`*E20p;Y;IW|jrW');
define('SECURE_AUTH_KEY', '|G^ 6(|I*%H9:+^Ax<L-*Vu7drE6K|H;~y,RE[rEYh@N6mmZuJ[j{e2f@zA9u2.o');
define('LOGGED_IN_KEY', '&+_2M#%{6zD-m,yk/^6{&2u5l !W-5* +dG{3s%pM-l+y . gPDuG{$<?L0xEm2;');
define('NONCE_KEY', 'hA)1iF{6Obo~-3.FKGlGU+Vo%{+aNLvi-|}#MkOE<ONa}DIcQnP+YPF *m-gh(b-');
define('AUTH_SALT', 'IEf$0l,`a))dw@e=2[C_,jG+ks.]~:CsX/ U<,c CSA,MCO2/?*r_B9#-=w0+N=|');
define('SECURE_AUTH_SALT', 'BukO_E=)X=r vU*:=Xl_#6+sy$@h:ZPZ7jFm6t0FC&@WB}8|I;q^E@zj]pu><<--');
define('LOGGED_IN_SALT', '5+)PNjre^Zo==D*-KY]}R)0PM G/GHU3o8w|YEz<z|D5+B$D;_<|;Z=EY*SZu-&J');
define('NONCE_SALT', '0D1,B[P`pCvk@h+.!<3K [#KjF^f#:EC-5T<cAqL;O.oRs3q$IvJ(Al))!adNrnp');
/**#@-*/
/**
* 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.
*/
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', '/SBogers73/frietwagensomeren.nl/wwwroot');
define('FTP_USER', 'wordpress');
define('FTP_PASS', 'maintenance');
define('FTP_HOST', 'localhost');