<?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', 'ultimat3_ottawa');

/** MySQL database username */
define('DB_USER', 'ultimat3_ottawa');

/** MySQL database password */
define('DB_PASSWORD', 'ultimat3_ottawa');

/** 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',         'u3/SX;!!7p#LF V{f,^rbRWAaR$WU^&#rOA)^ |!*+b]> Dx;B{ .Sp5DVX~Q,%k');
define('SECURE_AUTH_KEY',  '$Nupg!a!97!T*h~NoHIsyUxw;>Lo1o>6ylzdNs2bpayb$YIc,nQv3][H*vv}!r/:');
define('LOGGED_IN_KEY',    '+zgYzYQ?tj?BOalkL~g90gV?Q`3Nb#.Pry$uO:]gE2m9_~s.4a+h-?K`K (i?0HY');
define('NONCE_KEY',        'Hg4D5dir:g=_@08>RO7dyq<MiC03*^VVyD7$E)t[!XmHUedOTRs92W}.R1d,b~X&');
define('AUTH_SALT',        'H0KW`;iAU,8@;KQw.wA*J[)Ug/?&3A:vYiG fx[xpwVQ<|R7+b}E]BKC8Zuu5d~F');
define('SECURE_AUTH_SALT', '- o-de0nNRrc,|@ #F(zmxYP4V32k/*Xy@pk ~iQ6)8lL]T)]NeNyNy{`,mmh9:i');
define('LOGGED_IN_SALT',   '!+4MrQ3sw++Rbv|tX >9T;{C~q]k{Bp3*^GNHY1ktJ_CE(>,7tS%Kewpyf>rTptx');
define('NONCE_SALT',       'Z=g}aWSdI4)<kQ!^~Q(F}#{eXp2^rL?S/&R!a/I}(k_-R>NHeQ8LV5u4@sW{1Z P');

/**#@-*/

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