<?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 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', 'maglabs792' );
/** Database username */
define( 'DB_USER', 'maglabs792' );
/** Database password */
define( 'DB_PASSWORD', 'amaqvKNQNGQg' );
/** Database hostname */
define( 'DB_HOST', 'maglabs792.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', 'WZBwTbjO9>zAjvXp,QYxIn4k&g~<@PD<^^_F|w]oH^JhfK]Q47fQ+1YS;?4bx)HU' );
define( 'SECURE_AUTH_KEY', '~3Q>MEdTgOA<1[3^5Jh-.3}{lFWf:sb}x}TdL7~+^a09qe0m!6IR-y-DUf(QtRb3' );
define( 'LOGGED_IN_KEY', 'oHCs|e%5i97;X`-#WYtr?xt De].y.RC-ztzXka:}G=^E0LnK;+aT[.8@xL `!X<' );
define( 'NONCE_KEY', 'fRI~E-q(X>^gm:o&EV.URdE#QQ.&Q9K+p>b,[A*z!!a*o0L!-ub[D`Vpj%`HXC{J' );
define( 'AUTH_SALT', '?^[p:O<BM{NONskbAw:/cmNy+KSgQoIa7R[Q?$/!Fb7b`Z4A^iGVHpRpqKnH.ISF' );
define( 'SECURE_AUTH_SALT', 'm9?s!,H_J0ctB`<cG18?.$p[kj^d Rn?6sQc<]523B5a07+H0T&@Vzm{8B[XLFnb' );
define( 'LOGGED_IN_SALT', '^J8a4p1bZ.k6dKImUsQ_LG*wow,]|M~e:F.je$:6>CaJ%St`)D!$M*R&@HFq<4Dy' );
define( 'NONCE_SALT', 'Q&.2QFTL#+F!8TNoPQFPngWJd6dQnDeIYZ&#uoMq(Y7VekWl@H{D){WlmS/ioxmR' );
/**#@-*/
/**
* 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 = 'wpetisproo_';
/**
* 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';