Your IP : 3.135.215.149


Current Path : /home/church/public_html/mekhimalachi.org/
Upload File :
Current File : /home/church/public_html/mekhimalachi.org/wp-config.php

<?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
 */

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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'myGL3&[PBNCH' );

/** 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',         'rNrlzUPhH)@suG$q,QipCOxeIEn@ZTmq!u}/V_?t=lcPCnZOJLTiA{RW_]Kn}Hsq' );
define( 'SECURE_AUTH_KEY',  ':sW QltpwM4+6~?Byd_ozpT;Z5![1#br]BA@AS.t(`XV,}@`=*EzVw%is@hJ!2r$' );
define( 'LOGGED_IN_KEY',    '=+2lpb-.)}?Y[VRI.dR9}#u.7P&#5Hx435_,>B!cZ=3DD$aD^10l<T(S]61P3=tO' );
define( 'NONCE_KEY',        '<P9Js Q~93C1Az=ym.O+=5{K-QADV-A2YJ4Q}_q;y%w+3!VM3f|.141)V 6]ooVv' );
define( 'AUTH_SALT',        'ZWEDh?P6A3Ok~>|$2XREH/hoOFEhwtF0VN@u,Wjr)a 1(.8k!l=Uno()yxf[i?fF' );
define( 'SECURE_AUTH_SALT', 'Uo;Z}-kYQP627??o:ud$g}~EgT&?J4)Jqnv)+ex%<ZE;[hl/3V=kbHw@>4]7{E1u' );
define( 'LOGGED_IN_SALT',   '{I-4d$,MftD:P6~Ps}9-{XN)zh))J@@A7b:mg,pS6xXL+(F=FL?lRsbk-.v@n*:0' );
define( 'NONCE_SALT',       '%s)Rk;>]wB!onY6xYW/%.4iPE]x AuiVJNn_.j!p|?mjXCuGdq)Els8$Re{L[^u!' );

/**#@-*/

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