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

/** Database username */
define( 'DB_USER', 'wordpress' );

/** Database password */
define( 'DB_PASSWORD', 'Packfaze1!' );

/** 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',         'oo&@6|ZyN,]=m]q6kPfOp/T*eXQ.:_5k&6dDN`|C>303M#^~pM;WF?yma_D/9.X1' );
define( 'SECURE_AUTH_KEY',  'Rw[`74l/a<~=0$pNxA4+OWi]TiGXrL<VB.]aqM;>T)t%90|KEHWl{A?cqx2`BwqQ' );
define( 'LOGGED_IN_KEY',    'XdM;0C;|uN+<c{-0@5Nn2rq_xh$sxqmEM)AP&rh5pfZFKtxxWrc2wWdDeYQ:m7`q' );
define( 'NONCE_KEY',        '2:1*h?/Is>{7y32MC);gh0#@L>bV^|JfHw=!zBjFp ^ii2BlBc.|oqg0G7l@A| W' );
define( 'AUTH_SALT',        'H8<~]Yp%Y,_>!CALTf.u51!UXJ-9&GsemnH>=^M8~&WmTkpB/,bumq;WRdh9&KyD' );
define( 'SECURE_AUTH_SALT', 'qHh-sg<cxJq1JWr83^/llvfnY^24iNve.]&paA.!B>J bL:r= tVL&;7F@N#>x-#' );
define( 'LOGGED_IN_SALT',   'y,Ub(cj|,mqSLMx^vw_<{>XQt51rB [:S.u^{+Uw=xp1{~/Z;s*L#Vap~:_s1tZs' );
define( 'NONCE_SALT',       '(<=X<_BV}+36kGQ7Bx,H Dv>hJ_= Y.v9c#o7b/_;z4X(u&.RIDTG1kINN.p,Y4V' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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 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. */



/*define('WP_ALLOW_REPAIR', true);*/
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
    $_SERVER['HTTPS'] = 'on';
}

define( 'WP_HOME', 'https://www.chxc.se' );
define( 'WP_SITEURL', 'https://www.chxc.se' );
/* 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';
