HEX
Server: LiteSpeed
System: Linux s917.lon1.mysecurecloudhost.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: assibfaf (3034)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/assibfaf/public_html/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', '589501060' );

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