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

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

/** Database password */
define( 'DB_PASSWORD', '4kc?__6MI2o@MfDI' );

/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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', 'w6vB2km@AE*i2Q:Fr2xN%2/J-tBE3tRs:!k_5T24fE4uRyD@#Th4romt_9ef!7Bv');
define('SECURE_AUTH_KEY', 'h6pf_B-8&J!5k!a*9me!d)1|C]3Mx9W-Kp!38*k@;(:(l~gM0Vj860jb2c5aiSM6');
define('LOGGED_IN_KEY', '5B4Gwk7S&21&6y0)uF:711ZX71G:(mbPM-wyk29Y#%+/dEpb8|q-sui3Q7!WTGa#');
define('NONCE_KEY', 'I34O6&4Z:NR6+CKQmC%oil813;5|3w#5aQ-66G12z~d;u851EtCcpG3_OUs06cxy');
define('AUTH_SALT', 'U683+A0K/36~]sQ4w0sas9*%]%s1TyM2NFUa:K0K006GLW]rvDoR0TCkaLNP|/8%');
define('SECURE_AUTH_SALT', '6(L;6*j@-V/UW/qof1NK33!N0:U35482-3:J(;C6qa)!3A03b2p0w%74c]mb[a3X');
define('LOGGED_IN_SALT', 'cb3i_9ou%X]|05Y&@1Mi0/84n]]7YoMS69R6a|ZU9WVG[p+5O~124p387Ul9]B+4');
define('NONCE_SALT', '19;26ZDrY9J@3%gG0J:S|y+F:~X@0e28)5(3E*5;:c4GD#7sf0@v:0[V;oV89~IH');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', 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 );
}

define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', 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';
