<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'swiftdoor_swiftdoo_new23');
/** MySQL database username */
define('DB_USER', 'swiftdoor_2026');
/** MySQL database password */
define('DB_PASSWORD', '$o}6OIsxsgV');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', 'cn+umY{5o@lAtAH[(`F-5{x#t/k}!&LyawKLg`J_ew=2Io3uvIVl<4pkW]?ko(]]');
define('SECURE_AUTH_KEY', '+Ai3Tazk$;ycr.SW KmOib(O`?L7y<Ej=2R ;PD#ome=L7!vw/bL.pVjX>8,GdMi');
define('LOGGED_IN_KEY', 'Y@2$R,pEc%AHt,w8=}`*RL,2%Gp6]*X<X*:VL#.gu/qCv9igFb(1sG>**o$fxRRU');
define('NONCE_KEY', '*o^2W7FR;l%e;zS<^ |$(Kfr|U6M^{He]Qo/SsNJ7FxEl>tMKF<q<qxD9Xg;%3f}');
define('AUTH_SALT', '^G_m%U+1xHyiyCo`Mgs~UG35{%d6U7!2V9]HyiyB;=u&%Nl{$etlF$AWt 3JCAG*');
define('SECURE_AUTH_SALT', 'guUAavl:]v-}:%23wZ_ri>.V}6m!XWy:Qg!SB9,}xNdL `t0`>2R9QH|*2@E(S*N');
define('LOGGED_IN_SALT', '&SZd9YBEJW[Ac{$JJvn~FafvVfQINZ !6 tx!JgcLYJU#cT3^[#BRV57kBZ,r(W[');
define('NONCE_SALT', 'zYcfFHSM&v[P~XGh[p{PkG|b4AW Yw*^9*Djb.L8Bd*#c#P<4m5g6,Ew[xS/}J@Z');
/**#@-*/
/**
* 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.
*/
ini_set('display_errors','on');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', 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');
Name Last modified Size Description