<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

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

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database hostname */
define( 'DB_HOST', '' );

/** 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',          '-|l}MXh9r2m@Nn9nxYB<-VKjaDmMR04d3jz)OTIO gHXvQ84w<e5<IqfOVj&m+`g' );
define( 'SECURE_AUTH_KEY',   ':&o2dh1PC*<)_sy5*+is$fuW},@ ,3m6SkY(]g%#GuRGH^LCTeP][dhS![c+j:6<' );
define( 'LOGGED_IN_KEY',     'Qs[[poE*C0]J]Eib/pM@p~[H:8J#8@I5f>h;%t$ aRbRZHy5k:ehHfD4BeF@x}.o' );
define( 'NONCE_KEY',         'D3<3rD6wpTH}^pgoM/,J(NWni6|qm4m x`$i_/;aacV7BkD?[fH8*W@Cg@[Ghkiy' );
define( 'AUTH_SALT',         'w m{h.Vx]_]DrjdBbX}}6a_=6k}73kVHd<!#64)H_q7{zW^1-<3il0{tS5xYT!o<' );
define( 'SECURE_AUTH_SALT',  'KXO z-%{eyVc$0=De=BQAJ*~l!}W?VNi@Px5Zfl1*6L*S*yLpC5;L|7#T`2L<5#U' );
define( 'LOGGED_IN_SALT',    'xo P|5?deC^]qk/|sk87qKT?lO KHVjI9bkVdG6zY3:4MTlbXQ$2`/=<%tEi;2(I' );
define( 'NONCE_SALT',        '*>ViLnCBs ]ZbnGyuf4O+7x&>zr?*3_0m7Wq#s~q[i.f=(SXkJGl*:xL?-,(J~q1' );
define( 'WP_CACHE_KEY_SALT', '>vc=d3`c}?r|UDCL=~<,I$l<&8*dGfCbSbpS%:gRY%_IV/nIe?P2yY%8QNc;+fXI' );
define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/wp-content' );
define( 'WP_CONTENT_URL', 'https://bellore.net/takaibyoin/staging/9461/wp-content' );

/**#@-*/

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

/**
 * 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 documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );


/* Add any custom values between this line and the "stop editing" line. */



define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 20 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
