<?php
define( 'WP_CACHE', false );
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

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

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

/** Database password */
define( 'DB_PASSWORD', 'Infinitum64AF' );

/** Database hostname */
define( 'DB_HOST', 'laboral315.mysql.db' );

/** 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',         '-By`djV|b7jR+}G.;Zms<aH~_!NtT&-o7ljB-%#.mu=Gw!7s#SY#9C<+S#n>d{.>' );
define( 'SECURE_AUTH_KEY',  'IK;]761k!<P~ #`q4#(>Vfx46^(kz6~N^3C# NatTk+~kzARQOZD[E2X_PV9flRo' );
define( 'LOGGED_IN_KEY',    '+(4LLe;!M1@$F6q,=fO>-{5_!LM$]P7IeWBI|=D]S/;)w@t+EzwSUoKhelFMOH6W' );
define( 'NONCE_KEY',        '*bC6,2=64T?urq;2A8)5T*.T6)7n]hCZ-*Hw|p.Mk|tk(`l^:Eh$~(  ?;%>bq; ' );
define( 'AUTH_SALT',        '4?Po +Z=r!~lRfT9xvc/54LUn0HaL 3M[W8SzW=H?z-XrA4`Ua|v8|2FPaQF*y-%' );
define( 'SECURE_AUTH_SALT', 'vOiFD5?%vh2/E)?C_#}4k~Z[65_L_V9W^f9OZ`]_AX3-~w+YQG-j^rx:;vwq/MKf' );
define( 'LOGGED_IN_SALT',   '#?R$[NeO+5^4LbodPp@a.l[7f3`g4N.K: 2J21$M B8FS(s-/P,cPNS$P@a~Idc7' );
define( 'NONCE_SALT',       'f&dNc?,]a%q6/xhr$[2l}xS.aj6+MA5*LkC#7Aq7d&q6W`<o3XUtysU5Vv0k.{H*' );

/**#@-*/

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

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



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