// Begin AIOWPSEC Firewall if (file_exists('/var/www/html/public/aios-bootstrap.php')) { include_once('/var/www/html/public/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', 'site_634' ); /** Database username */ define( 'DB_USER', 'site_634' ); /** Database password */ define( 'DB_PASSWORD', 'ZljNDOYmNbisw62f' ); /** Database hostname */ define( 'DB_HOST', 'mysql' ); /** 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', 'LB11IPHzr;zEs0)(e{Bq)lP;Fd.U;7v[ Wh`j]5EUHV6!(ahN,b[TbG4;|YJ1C]f' ); define( 'SECURE_AUTH_KEY', '_2UlN0LHOHbeZGVC@nLfllz/WC0sP9H4kG6garGtKt;uSOv)K?d[GSzPd>1Au ^c' ); define( 'LOGGED_IN_KEY', '?u|5>c#HkU$!A@%|cdCq/,43mN@^~D:NXUw)&O} #hr[sl>wx{e(V[lJ3w.p{ow,' ); define( 'NONCE_KEY', '?7 WiX:[MXVa,.5khEQakg7-@tXPc$-:^_V?khhFp$8(VCZjU:b;+k(9:L~d@x,B' ); define( 'AUTH_SALT', '[w[4Nf.]_83KM%bpMH7p+Qszx,h6*[p2Q4Eb.|_W0' ); /**#@-*/ /** * 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 = 'fly_'; /* Add any custom values between this line and the "stop editing" line. */ if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https' ) { $_SERVER['HTTPS'] = 'on'; } define( 'WP_DEBUG', false ); define( 'WP_DEBUG_LOG', false ); define( 'WP_DEBUG_DISPLAY', false ); define( 'SCRIPT_DEBUG', false ); define( 'CONCATENATE_SCRIPTS', false ); define( 'SAVEQUERIES', false ); define( 'WP_AUTO_UPDATE_CORE', true ); define( 'DISALLOW_FILE_MODS', false ); define( 'DISALLOW_FILE_EDIT', false ); define( 'DISABLE_WP_CRON', false ); define( 'FLYWP_API_KEY', 'site_key_U9sWozW6ghqsmG8BFUZSxKESHZ5oCwmXbfPNEmzU' ); define( 'WP_REDIS_HOST', 'redis' ); define( 'WP_REDIS_PREFIX', 'site634_' ); define( 'WP_REDIS_DISABLE_BANNERS', true ); define( 'WP_REDIS_DISABLE_METRICS', true ); /** * 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';