<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'delmunch_wp' );

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

/** Database password */
define( 'DB_PASSWORD', 'Delmun$%2025@!' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** 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',          'J?rE) VS678O?Gr]6~]PY6lbTv:ovSZ=VxtivC!MCw6_PE3r}}B|@6`o3=_iVHbX' );
define( 'SECURE_AUTH_KEY',   'K(_.m=oh[9z,!ae*rzdvQyM_z1}W)jujx({2i|(O%w`/5w._$vo0%iQnVg=02hIh' );
define( 'LOGGED_IN_KEY',     '0oROQ%Xh2D@qr0(Vm7.T%Fn#+GlRzP35POH@VJ3TI:;fhofA.%[.3)?6;q2o2],n' );
define( 'NONCE_KEY',         't#0t-~VL1)F(k>^lcBT2Mmxr0W7UC;}!e$7t*;uJ>wJ$WM]!JgpCFY(JAUg}[|5h' );
define( 'AUTH_SALT',         'rqg+Qex8<~!hx*}+sS[B*pUl<JuV[8Ho<KAbL*pT+Ih6$bw/@0fXKkV,X=YU.Dmo' );
define( 'SECURE_AUTH_SALT',  '@/z_AIKp4(]&wMNf%{FP1CMXX*+!Z?ov~R8g{|SvdpkW+<3a>0!6ju+dc4MqR5&A' );
define( 'LOGGED_IN_SALT',    '_hhXX[ud@Sv+Y$A9JiF^ht#=dTFx,&T87>+/XJv22vK}5#DTV|m]5[i_+OylA}&6' );
define( 'NONCE_SALT',        'F^o`fX}O/%.%h,=V6*TF3iciya3|_kXpV%0|2r7L3H!C(%i,0c!{o(Mm=>uS7]$*' );
define( 'WP_CACHE_KEY_SALT', 'n)95><<`W}xOhTz9fl01EZX3|+$rbO&3{Xu{6l,H5,41P2,^l@2Rf#qQ~JOs]o;9' );


/**#@-*/

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

define('WP_MEMORY_LIMIT', '256M');

/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', 'a4adfbc33861601661b7087f110d6916' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';
