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/BOoms/pro-oils.be/wwwroot/yamato/wp-config.php
<?php


/**
 * @wp-staging
 * Site         : https://pro-oils.be/yamato
 * Parent       : https://pro-oils.be
 * Created at   : 03.07.2026 23:13:42
 * Updated at   : 03.07.2026 23:13:42
 * Read more    : https://wp-staging.com/docs/create-a-staging-site-clone-wordpress/
 */



/**

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



/** MySQL database username */

define( 'DB_USER', 'pro_oils_user' );



/** MySQL database password */

define( 'DB_PASSWORD', 'DU8phcAmXwDg7hY' );



/** 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',         'r{nijUB!{aY?B48B^&&$!/(n5ROA!xt!x{ 63O5$>8*Uj~K2Qhte%Q0OxWZq{gAB' );

define( 'SECURE_AUTH_KEY',  'aS[LsH|_ZHcDy_+X}d,)J=K0<A3b|Z;/#.#,7<-3V5%uu_t||_XO$3jsP_CU63hL' );

define( 'LOGGED_IN_KEY',    'W*jx*5%PeHV`>K^1hQAxxFkrEZspMle^E 6-&/E_qP7u~t>7kfx.]#NM4B<g=^Ri' );

define( 'NONCE_KEY',        'S}Z-tv6{&jrS25X?Wg7tGE*cE!{4( g1HMWe- !e=L>T[R-X#Lu4AVDZ9Mv@D!M9' );

define( 'AUTH_SALT',        'pQvQ8f3M$]EX+B2~0srqxU%aYozEGm}MWD`K$dxgU-aY,Ib*$c#H/{L?iC*^@|-~' );

define( 'SECURE_AUTH_SALT', '%/J)N/B3D})njQ)o[<==a^1w*4PfoSG]Hz(~&gL?sy+8]?O%oYs(*CZS=e<$}B~y' );

define( 'LOGGED_IN_SALT',   '1II[h-c`4V:r[Yr$XTU4vi1R<93zgj{l6pf0D@(5O^K@7y@E.6on]pd<,so~|nAk' );

define( 'NONCE_SALT',       './[lE9}aRB::&@<+%t/rX8y$g&}[E.VU))G6]vRJ/9CR_<R*ig,ULQYKWE-.!OIk' );



/**#@-*/



/**

 * 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 = 'wpstg0_'; // Changed by WP STAGING



/*

 * Handle multi domain into single instance of wordpress installation

 */

define('WP_SITEURL', 'https://pro-oils.be/yamato');

define('WP_HOME', 'https://pro-oils.be/yamato');



/**

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



define('WP_DEBUG_LOG', false);



define('WP_DEBUG_DISPLAY', false);



define( 'WP_ALLOW_REPAIR', false );



@ini_set( 'display_errors', 0 );



/* That's all, stop editing! Happy publishing. */



/** Absolute path to the WordPress directory. */

define('WP_LANG_DIR', __DIR__ . '/wp-content/languages');
define('WP_CACHE', false);
define('DISABLE_WP_CRON', false);
if ( ! defined( 'WP_ENVIRONMENT_TYPE' ) ) {
    define('WP_ENVIRONMENT_TYPE', 'staging');
}
define('WP_DEVELOPMENT_MODE', 'all');
if ( ! defined( 'WPSTAGING_DEV_SITE' ) ) {
    define('WPSTAGING_DEV_SITE', true);
}
define('UPLOADS', 'wp-content/uploads');
define('JETPACK_STAGING_MODE', true);
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', '/BOoms/pro-oils.be/wwwroot');



define('FTP_USER', 'wordpress');



define('FTP_PASS', 'maintenance');



define('FTP_HOST', 'localhost');



define('FTP_SSL', false);