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

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

/** Database password */
define( 'DB_PASSWORD', 'Ei!wx^7yuf5q2aH^' );

/** 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', 'E6l84mjH6]3:7G]vn6J[520XlOa124*9S#/kQ[90ORg593OAZ!:9V6nI//@XDW7X');
define('SECURE_AUTH_KEY', 'SH:&5mLFa~Z0C9t%07(2v:3Oa@7-I8#DWrtAJ|krgOi2;#380o&8sw4+Y;627)2#');
define('LOGGED_IN_KEY', 'l)5~@01pC781th&y85%D3d45AM:D~i51JyAR6PJ8#%_I4~+p8rWGCPq([r38SJ]6');
define('NONCE_KEY', '079mX2)kq(61g-n0~W8(!O8VM041X7;qiq_)0Z_16Nd:%hU#-26FURs2&ss!30*8');
define('AUTH_SALT', '9r*[Q+K9OL#&v;2HYgF7&S|01i@3Rf-Q9kg]*x-TP1|o|6xeI[%yH)52H23i9&3:');
define('SECURE_AUTH_SALT', '5q16kEj3e4@[h75[&7D0D|F[HDzOPbhtZ-[i10kQRW6P!CLZw20HnsQ@Ic&@db:7');
define('LOGGED_IN_SALT', 'ww+6+y&NE%81o8fR5bVNw0|%K5/4gri1-W9:hpc5z[237P5[v39cvG_dhhQtNe+|');
define('NONCE_SALT', 'm1kJ)H%x22w]u5KF0Op3x9i7!r%uW7Bv;3RrS~u_E1~84c_6308Obp;O1RlX/jGR');


/**#@-*/

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


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

/**
 * 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('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);

//define('WP_HOME', 'http://loop-barcelona.com' );
//define('WP_SITEURL', WP_HOME );

define( 'WP_MAX_MEMORY_LIMIT', '256M' );


define( 'DUPLICATOR_AUTH_KEY', 'ed49f573f11976678c1b41114e0b647b' );

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