<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'lobacl_cgr60872_grupoloba' );

/** MySQL database username */
define( 'DB_USER', 'lobacl_cgr60872_grupoloba' );

/** MySQL database password */
define( 'DB_PASSWORD', 'a(MmiK7GY!56' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',         '{3z1n.d93Uj_+8FBG*uj+`9H;Qr#:B8.R6^[IugL#ik>xEKAR0A>bLa]Q3MV-RpR' );
define( 'SECURE_AUTH_KEY',  '>Tpl,;mN(^~a-aac?LZWWLFyK=Q*ABWR#-|jGhO<S{%aR0Y/$(Q3Oa4d8QjUrQo4' );
define( 'LOGGED_IN_KEY',    'NvJHkR(`*>dJ|<;K)Td%+dUm+ysa#E3:gu2$lTy!,0bV&}ulT[2ze76.!}=c(g2|' );
define( 'NONCE_KEY',        'B_y]PVO5pDh:w;_#A6OX^ A3#gT?WU2BX#&lTqyq7m(DC,m5jz/R9Mf4N$^rH?NQ' );
define( 'AUTH_SALT',        ';0[+0teT{b<xs+BJAI=pW`Q@_&])]@, d#T9#+d6-rx-Y(%l{; m4LXzPbmiC*Jy' );
define( 'SECURE_AUTH_SALT', '$i,TE(doMwGcB8_O)@4p7PnSn97V oB;T]^*^h;QoI_pghR^=)@he2]wHVJzjL;S' );
define( 'LOGGED_IN_SALT',   '|6^HE.dNxS@#D):UF W8Iy?]S4*RaX}u!oE:~cgWc}fkW!gVo^xO(T}k6=&Nt4!h' );
define( 'NONCE_SALT',       'w]WOeqpMS~5.s^T0Wj2YyP2Hpc K/56vQgliAR@*6] %:pfh^!9>B7@HqltU0Ucs' );

/**#@-*/

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

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