<?php
define( 'WP_CACHE', true );

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

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

/** Database password */
define( 'DB_PASSWORD', 'n0zqcr$9xX12fA&x' );

/** 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', '|p#S2@z4#nT7XF8W0E9b9*@0xq5P26fa:I4X8h_8VB5b*K~1(E2E9S[0qfi!/1VR');
define('SECURE_AUTH_KEY', '|j8sr7JciDY36721Z0Ek5RP)!098|v5Ibgw6:6]@/iWT5YApa5E4bg@QW/Cc[jR3');
define('LOGGED_IN_KEY', 'TU1D1zAkP-b3b5+75DQS~Fa7lE02(zqr~E%L0/!;02i5zn]sLr2!mnk86)yn744&');
define('NONCE_KEY', '2kg;uT4VJ+36K#0O-U5r-6X5V&i(S+6N4%%ZTvk#4H24l3hE&6E1hN45:e1V(ab7');
define('AUTH_SALT', '&7eS!+R/eSL&3d6x8uMhB7K6k3k[u#9gIR|J482wo7#Or#ZZ2MYsw&8!YP#X#7vT');
define('SECURE_AUTH_SALT', 'kN[XjoS~XvU/I50n&8dZTiQRFCJjY72A7Y7j+68eT~XCN4S1x-L;(Elptp7943S]');
define('LOGGED_IN_SALT', '3mg5*+P-]9otW-3&rW@tC*1XiV5;hQ%FP@yP!]O3Rb8M|u;%J#580@1zrg6wD1-/');
define('NONCE_SALT', '*n)4p5A&ZcS*#%x3Q~labj5gF3wf|m&Dmz%B)Km&EV:h99JYRy57MzSKhh3/FLY3');


/**#@-*/

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


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