File: /home/mountains/domains/mountainsofhope.org/public_html/backup/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://codex.wordpress.org/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', 'mountains_ofhope' );
/** MySQL database username */
define( 'DB_USER', 'mountains_admin' );
/** MySQL database password */
define( 'DB_PASSWORD', '#1Uganda#' );
/** 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', 'N.927)I+*)h&YgCR/A~??~0ZmdJ~b#oMjDcBrP.q+CZ0Ld>I/M>_hc|aI3k$Zcg|' );
define( 'SECURE_AUTH_KEY', '%Yhg3bJ G4.|=lC}Hkh/Mq7sIP98vM{PF`~PDB/`D9L!jm{gl%UEe_d*_Z~xarF[' );
define( 'LOGGED_IN_KEY', 'X,v&ICSL=Vz40n:|RhxG7$CxziC)PEagr ufx3L;jH5;7%^`93=E=[[P>PUT:q,o' );
define( 'NONCE_KEY', '|b*j*9&IBPF jvE~t^5As@rJy|HgD{6}CN)>`NR4=KnO>xK[itUcO--Ct.vxbjbe' );
define( 'AUTH_SALT', ':r36(nTDqeqFODXYPR=+~srl)|e:VjpW,im5q}C/>qbTxutoUDfXZFeQ;1Lht0/S' );
define( 'SECURE_AUTH_SALT', 'Hf1Ut$D08wSHe&Eol1aB6y$0CLo<9kk*V13&:c_|X}Iiom%bAtvv$]t.S+I@yL$n' );
define( 'LOGGED_IN_SALT', 'Td2se[vtJ<w[t>Z^E/Qm_S9nR+ln/q7QJ7B=p-Xt$9SuG.jrhM6rX.F.?CB$Egjx' );
define( 'NONCE_SALT', '@+lh<s<DZYw|46?DUR*R.J!5,g*nDQ03b{1OX~oxoBte77QfzJW<4X?T{@NcL([-' );
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
define( 'WP_MEMORY_LIMIT', '256M' );
/* That's all, stop editing! Happy publishing. */
/** 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' );