<?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', 'u103475381_inline' );
/** Database username */
define( 'DB_USER', 'u103475381_inline' );
/** Database password */
define( 'DB_PASSWORD', 'S&[U*D#;0m' );
/** Database 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', 'E7R=]Zte3srUbzn?o#b+>czNsoY|V#6gBv=CxYP.&Ht|aVP UreN%|oFaXH!KiKe' );
define( 'SECURE_AUTH_KEY', '.*<H.WtqkK;RwgP!jzJfO(L0afog>19r8b|=tsk[Fj|49CD{xD~wX7cT*h;H_&z}' );
define( 'LOGGED_IN_KEY', 'wA*n#28gf+/Iy&*28iiE}(I75Tx& /}pt+{kP2ZE5s!e06X>d,R]i$!rmaQ5@i- ' );
define( 'NONCE_KEY', 'CoR8;1<nSxsV4k3xlQ/m&^7<^QJo1jm& AVU~Q6e`^-xL ap~E~Ebx;|Fh!erF{B' );
define( 'AUTH_SALT', 'z_.O9&kL9u{A@f.A5LV+$[HQF-[K,[/`$BbZtl-)sG}VZ$cvXxwtk<BJj<[NuwB7' );
define( 'SECURE_AUTH_SALT', '}!fAjdg4+g:[-Ax VC8nFz9dpiM4&^1]q#$~~<%?=z=fs=$OPg^:V8eX;E<WkM5g' );
define( 'LOGGED_IN_SALT', 'bH.ng)gKWA1nQSq{=A^,ki,S`WL)Y,%Eono1CJt+XpgTfp6$}9|T-m#XKP>E0pbY' );
define( 'NONCE_SALT', 'v(:&m{<UzHa?>B/p9/G#yBV_}-K kF$EWM7@G/+GHa?}R@V0Flpe@:L9CfCbhaV;' );
/**#@-*/
/**
* 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 = 'inl_';
/**
* 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';