File: /home/assibfaf/customassignment.us/prox-config.php
<?php
/**
* The base configuration for Proxim
* @package Proxim
* @author Davison Pro <davisonpro.coder@gmail.com | https://davisonpro.dev>
* @copyright 2019 Proxim
* @version 1.0.0
* @since File available since Release 1.0.0
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'PROX_DB_NAME', 'assibfaf_proxim' );
/** MySQL database username */
define( 'PROX_DB_USER', 'assibfaf_proxim' );
/** MySQL database password */
define( 'PROX_DB_PASSWORD', 'I&CC=PtoO4xi' );
/** MySQL hostname */
define( 'PROX_DB_SERVER', 'localhost' );
/** 9 characters Unique Identifier for this site */
define( 'PROX_SITE_ID', '589501120' );
/** Admin site ID */
define( 'PROX_ADMIN_SITE_ID', '132457698' );
/** MySQL database prefix */
define( 'PROX_DB_PREFIX', 'prox_' );
define( 'PROX_DEBUG', true );
define( 'PROX_ENVIRONMENT', 'development');
define( 'PROX_CACHING_SYSTEM', 'CacheMemcached' );
/* SQL Replication management */
define( 'PROX_USE_SQL_SLAVE', false );
/** uploads folder */
define('PROX_DIR_UPLOADS', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'dashboard.tutorsclub.us' . DIRECTORY_SEPARATOR . 'uploads' . DIRECTORY_SEPARATOR);
/**#@+
* Authentication Unique Keys and Salts.
*/
define( 'PROX_COOKIE_KEY', 'hcmy3vvdmgj1droykuyodzzz0f2kmisj9fjls8q4wonyx4hfiepgvefbsjlflw1c' );
define( 'PROX_COOKIE_IV', 'h2HHwDjqA2dJuU' );
/* That's all, stop editing! Happy writing . */