<?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://codex.wordpress.org/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', 'logistic_demo');

/** MySQL database username */
define('DB_USER', 'logistic_demo');

/** MySQL database password */
define('DB_PASSWORD', 'H=NEcZz{Doy=');

/** 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',         '0cDGxe9r7{:,1.Z!vW<%<6=rh%Qt1CE;DXb~%/Q%f?^C{2:ie(uYShCgW9(:<L]U');
define('SECURE_AUTH_KEY',  'g9E`#e9//amhp3BM=Lpw3H%$R%az8wGh,Kal#^uZxL;e>/Z8lG0EJR)x!YtBH/Zk');
define('LOGGED_IN_KEY',    '0:OPlb{Znv?33T5INul=[=7B@ZlK<n41Hd+)bb$=hN>dlXq>77V!8K/UXw}>YCY^');
define('NONCE_KEY',        '#t-J=)L_YJG)@PrO#d(3qs.(qk][`EZEAZp01l2e6a h+auHh.]_dwX+S8TeUfAc');
define('AUTH_SALT',        '@sd49]?|ih1gu<5Z>dcX4G=[JwvAm!HaM5>cf{dV+VU(U>7:KDn7cM})@?7+[&W@');
define('SECURE_AUTH_SALT', '27Ho6}GqN.C9SF/sBU>;(w5yF,cy]az*1pEa#-vs_2/7_(kGoxvE=GRVEy+6qyAe');
define('LOGGED_IN_SALT',   'A<C+9fMn~xy4U[Os=<YKC}>y1AuuI1Gmlc)P&D>DBnigM@d={4%*,G4ot]y[1LJ8');
define('NONCE_SALT',       'Rs<7X>iCUfbUOOU4WyC6`<n*`~N}H[aT5q/f8 c:VknZ5o,gsD&E])#<Z$e8aTP5');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
