HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MDalebout3/prdct.nl/wwwroot/wp-config.php
<?php
/**
 * 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
 */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
    define( 'ABSPATH', __DIR__ . '/' );
}


/* The Yodahosting Specific settings */

define('WP_TEMP_DIR', ABSPATH . 'wp-content/tmp/');

define('FS_METHOD', 'ftpext');

define('FTP_BASE', '/MDalebout3/prdct.nl/wwwroot');

define('FTP_USER', 'wordpress');

define('FTP_PASS', 'maintenance');

define('FTP_HOST', 'localhost');
/* END Yodahosting Specific settings */


// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'prdct');

/** MySQL database username */
define('DB_USER', 'prdct');

/** MySQL database password */
define('DB_PASSWORD', 'bQs-SVL-r9F-rzP');

/** 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',         'FP8_=E:+8$Xi6hPM0;M^F4Gb5SzmgW^sk0WUL$|Ca5A-0-3yzj@E0,F xsj4p#?+');
define('SECURE_AUTH_KEY',  'mMI&9x.Sbjt,|F^f#8@s:NX55ENX w.%2c P8uk+m6=`}V^u92qLTmcd!8iDO,4Z');
define('LOGGED_IN_KEY',    ')WyiIH*c1s~AjKsOg]IJc YU[$Rkcn:9(ZY).<D}ndSQuUAfhx}m*bs]#w]wbQdF');
define('NONCE_KEY',        'hYz1~.- pc svl+XF+6kO&fg{|QQ>q5AxH@Gfa+Yy7::tkzhM=4C19yFnzCf&h^:');
define('AUTH_SALT',        'VA^xRZU;qtEP>M1v4by|K^SE=E+,vfkOAO3$QEpbV-d=0&W^1yF%{)dCJS5qR=9W');
define('SECURE_AUTH_SALT', 'p~.>6}ih:/z#^qnu<bNOYt|O)FZc>_*EzNI 5$B%Sk]aQJ@uGmCTr<ao?wrzJEBa');
define('LOGGED_IN_SALT',   '&tahZQ5DhoW5Hw/1x&iYE?B/^q9wkq1,d^UPloZnyYN92H(YC2ZeDW99U7H?m6S0');
define('NONCE_SALT',       'H^N<BcF0QB^A|AwoaoV`5U#%peWi{9;$[N,Gyr83M<L$1 zuR)=B&hR_beE~`5J7');


/**#@-*/

/**
 * 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  = 'prdct_';

/**
 * 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', 'nl_NL');

/**
 * 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);
define('ALLOW_UNFILTERED_UPLOADS', true);

/* 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');