<?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://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */
 define( 'WP_HOME', 'http://draft.medixafrica.com/' );
define( 'WP_SITEURL', 'http://draft.medixafrica.com/' );

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'medixafr_medix' );

/** MySQL database username */
define( 'DB_USER', 'medixafr_wp' );

/** MySQL database password */
define( 'DB_PASSWORD', '7)=UcQ%XKOJj' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

define( 'WP_MEMORY_LIMIT', '256M' );

/** 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',         'SLo@Jpvq@_2.s=Yz<~2v]Zjn{p=Uf ;+vgz|P<g~,[JnbP({M2)5{UW#9<%&_&V~' );
define( 'SECURE_AUTH_KEY',  ',[B<>hk5aQd?lDuH|a;AX;=ey$sZG{%9U>KuBjouWQt2C>],};4,V6h@QDjr?]u{' );
define( 'LOGGED_IN_KEY',    'D??iJnB54-a)f(:QV@@0%lO|mN?;#z2@@oAO7vP+]zTwNDQFBG)l%_d8Ir }V|}]' );
define( 'NONCE_KEY',        'lE+.1&*+kjC@W3<WD1ta0sFb2&A{7`sHkZ9zht,y)&AVDj&1KmR)$YH`&|OZqUZ<' );
define( 'AUTH_SALT',        '4|X7HBCxyqWB]4o!XR>Y5cf+/u>~!$3dM6K~{Fo8d0QiHeQTnWov(,eUrONotALO' );
define( 'SECURE_AUTH_SALT', '^9Xyi/IN#X!e82tB<?i=;^(l!6HHe>cMIROpnl1;cXwhP&0DOd7YFWDV!,v{}>^)' );
define( 'LOGGED_IN_SALT',   'KE;Lex1-a.L:b U0fO[Lyw6T{D%$Aaaqqx[PAUUY{`Me/HfiQ]K;>1X3Ej7>A6iH' );
define( 'NONCE_SALT',       'U;fh)`Pi2FpN 6%<_^Pkk9]?0>euuFG&jG=?pK2Wc$A2cf)9`8gg62Y,zN|6H}aM' );

/**#@-*/

/**
 * 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 = 'mdx_';

/**
 * 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/
 */
define( 'WP_DEBUG', false );

/* 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';


