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

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

/** MySQL database password */
define( 'DB_PASSWORD', '' );

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

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

define('DISABLE_WP_CRON', true);
define('FS_METHOD', 'direct');
define('AUTOMATIC_UPDATER_DISABLED', true);
define('WP_AUTO_UPDATE_CORE', false);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', false);
//define('DISALLOW_FILE_EDIT', true);

define('WP_HOME', 'https://www.hyperbaricpro.com');
define('WP_SITEURL', 'https://www.hyperbaricpro.com');

/**#@+
 * 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',         '0H7$6[J(Vtd47F9Jwx{mR{4%ZAeyY<SltQw0^AfX%?Br^Un!~QunT7q]B800hOjR' );
define( 'SECURE_AUTH_KEY',  'Yw%pF998Z_F;5&%u2;vYQjESsmLLT_|u09q)y ~VkyBhl}L=* {=Q}jhvlpcH*#y' );
define( 'LOGGED_IN_KEY',    'YfP.Xd48:CoCn)bUImLN:~L?-Q()<Ct)DwEYXPbjaD_}lN!khyJoMEHP!.sMvCG6' );
define( 'NONCE_KEY',        '!6g$OP t=}],7H0>wy/G}[bS.|u=fM@mU`YPxV$-r0-n$IDrTu5yP&4jQ*&a !).' );
define( 'AUTH_SALT',        's%z_+o&jg2v(@F*bHQ!Ytw?EI.(H%2Ex9:j{Y ^:()zp$u`y|yEIf:n00Lx/P,Qi' );
define( 'SECURE_AUTH_SALT', '_>1NyyLWY`Ih^/,:;RRmI;t?n(IWOxgv8JyP]#c=3|%/!D_F=JMD?<j1.M`zDeZ0' );
define( 'LOGGED_IN_SALT',   'n9eW@`/n`[G%OC{pSw[JqZ*REM-v_Q@1I*gh~:aiJBv}JdM].ZVgtq*[8i~}g]FK' );
define( 'NONCE_SALT',       '8k!GUZ>{tenEv?h|pP]ub<j(W&6p<L==eS!Cy+L8r>,<uaN$v| ,PoFKVMN76yT:' );

/**#@-*/

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

define( 'DUPLICATOR_AUTH_KEY', 'va0E=jNkjU;J7y15r~tvrG!Dde)7!ge>kI6>{#z)e!7fA!IdC0_l+w5;/4WR$oZB' );
/* That's all, stop editing! Happy publishing. */

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