Your IP : 3.145.88.233


Current Path : /var/www/mainsite/
Upload File :
Current File : /var/www/mainsite/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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/mainsite/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', "newlifeoasis2" );

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

/** Database password */
define( 'DB_PASSWORD', "Newlifeoasis1123!@#" );

/** Database 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(N<25F7L6UpJX;?v6EOtk2O; e^FCD2EA4pry*%@.#okWxQ4KO=}$T#85Z:JDoZ' );
define( 'SECURE_AUTH_KEY',  '{Ui6TVC/9l 7 HF/})-+-.`t9v{@UgfuW6XnG>`+]bLeJ+G3^,duxl=&GmE3 0~g' );
define( 'LOGGED_IN_KEY',    '87zvdNH}y@07?EE8I2/L<!JW~pB& bxu%GY>a{SwKHn9 <:#>w2MVC((a%<%_.NU' );
define( 'NONCE_KEY',        'd@UAu~9#n(oR?%M/Oc_S]?IlQe3?U{T0zSl:Kv=e!tuagru)r(pPI] b7#z+sKqz' );
define( 'AUTH_SALT',        'pW`A+43+_p]4y7]@D5JmC*e4<%3Tk^B4N}06<#/qC]TIlMYxMYVXGrOs|,v *e:x' );
define( 'SECURE_AUTH_SALT', '9s#^R!.[hCIJk3P{?/;Ll~(I`q8S[o6:bgPF?`kNAfgM^@*}0s]](x_(j]$38twi' );
define( 'LOGGED_IN_SALT',   '!@CmUmpZ.?=a8R/7}*#b1O^?{kCg@Uy*t.s[J@tU`Z{lv7[2F+%iE#lYnJ_N]Tfi' );
define( 'NONCE_SALT',       '6o%+G{J_#(fD}5GWlJ1FGcI}Wijt+lfr~(P*9zZZCa@xB@&fWBc;:^l)bi#~Xxa.' );

/**#@-*/

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

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



define( 'WP_SITEURL', 'https://lifeoasisinternationalchurch.org/' );
define( 'DUPLICATOR_AUTH_KEY', 'P2=C/{b*eSuyUW}x+,>n,m{E$9JBJS<RtWvW9hN%Rd_3_@tE~Y@XHJ)9tI0UY=s+' );
/* 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';