<?php


// Begin AIOWPSEC Firewall
if (file_exists('/var/www/wptbox/aios-bootstrap.php')) {
	include_once('/var/www/wptbox/aios-bootstrap.php');
}
// End AIOWPSEC Firewall
/**
 * 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', '1200577_f5d4b151546dc00dbb4a82e880aae7fb' );

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

/** Database password */
define( 'DB_PASSWORD', 'twE6+h+vgu9XKNUKNG1B13k6mkOaFEq6ImOTygBM9PI=' );

/** Database hostname */
define( 'DB_HOST', 'mariadb-cluster-4-db-primary.database.svc.cluster.local' );

/** 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',          ',u$&&TnC?N7n2k!,MMdnHl`_+/O:D+>DSH;FP~my;t!ZdjP<GSe7v;-I)D6+S/An' );
define( 'SECURE_AUTH_KEY',   'wuDS,hgA8+cva!Mb{J_&/ Zu4F9^wOYo0[*V}%#~B^AzRRnJt9#.qk5F7=60$2MV' );
define( 'LOGGED_IN_KEY',     '57x(2/>zj<Ab t-.8A<E,vlleyB*4;rbYRayqpBE}qZ>&LVhq8KQN&-00uSH6sYn' );
define( 'NONCE_KEY',         'OrDd-.C|a@;T6u/D<.~24Z]~E#T.E<N-1Pt%vm3hRF!gnlo>%ap=+f4_|Ir,kNhT' );
define( 'AUTH_SALT',         'r#a2e1swwY@R:Iqxa3m}5eB-HrFyIKG]/<ad82.;y(GNWpL2Oa9s.I2O+{B$Yz(D' );
define( 'SECURE_AUTH_SALT',  'y:W!fGy~?t<KXJqftBA jJAYhhp*QYvVPs)u(iT.*$Qg7cK,;g2!;!))kwukKNLL' );
define( 'LOGGED_IN_SALT',    'mR&D=zsB(d11YPR@S=UOG} >?;a?3?[jn&+F)b7pKpPH?h}rpIlY7sWHT2QOtCB2' );
define( 'NONCE_SALT',        'q2e(@&Q)mTw5f)A^Gx`#*LG.IKJ8vSdubRG77Y?=>xgb]eN{@8jN35|P[U0E71?*' );
define( 'WP_CACHE_KEY_SALT', '<:Hw1k=er,l*OC(g,)Ey^ 0w_YLNK-1Wrv>ngd54-]iT7M6zZ(Lkm8@1}CAA|/%-' );


/**#@-*/

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


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

if(isset($_SERVER['HTTP_X_FORWARDED_PROTO'])) {
  if (strpos( $_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) {
    $_SERVER['HTTPS']='on';
  }
};
define('WP_MEMORY_LIMIT','128M');
define('WP_MAX_MEMORY_LIMIT','256M');
define('FS_METHOD','direct');
define('AUTOSAVE_INTERVAL',160);
define('WP_POST_REVISIONS',5);


/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

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