<?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', 'insepet_724media' );

/** MySQL database username */
define( 'DB_USER', 'insepet_724media' );

/** MySQL database password */
define( 'DB_PASSWORD', 'U05f205!b3aa/' );

/** 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',         'XWJ};!g9[Bm$B_Fr`K$8Vyt}1^ljIDeik*MBcE}U5~PZT $|Bjs5T?Fr[K|e8KQ!' );
define( 'SECURE_AUTH_KEY',  'E=$]9JY|#CHW>3r:;}6s[4}L;4Bd&uVYas6$?<+I2@<x}0il!E|SJ#JN!l8aD1%!' );
define( 'LOGGED_IN_KEY',    'b]$cK&[=<PW028X;_>mKG{sNPM%|scLc.lz;sG{x&3hp~I8y!k,V~MN%)K1<.PJH' );
define( 'NONCE_KEY',        'Oq/#f,G=!m#R6Sx$;kLA&*0 7k~{+kErYSw9~=];mmoJ/=0[[ljQDvOnD?eWexSr' );
define( 'AUTH_SALT',        'w<mvM3,^U9rDwk(Dl& o|z>K97ASL&_DL`cyjDv{39OdIya+0Ki*d~>-/FX`pm&5' );
define( 'SECURE_AUTH_SALT', 'X)E5 `sh;+k|XGy5`1Jp@-PRuk0xO!O88|MVdl3F/x(Kn *6QJ<(6Im_ba3{2MU ' );
define( 'LOGGED_IN_SALT',   ',*T0jbIN lhw_@,`/J0()rfAW #x1+(n(7Ze`0[k@Oo`JcB9Bz-,>viJ&3g)safQ' );
define( 'NONCE_SALT',       '=J(c!}NqTi6kv|.n92)fY?eBP<{$3$x^VYu&GPo==A1[r% 9 Md/*yd=Qft(<8H/' );

/**#@-*/

/**
 * 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 = 'inpt_';

/**
 * 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 );

/**Define SITE URL*/
define( 'WP_HOME', 'https://insepet.com/LandingPage' );
define( 'WP_SITEURL', 'https://insepet.com/LandingPage' );

/* 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';
