Configuration
Configuring the config.php file
1 - Base URL
define('BASE_URL', 'https://cad.domain.tld');2 - MySQL Database
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASSWORD', '');
define('DB_NAME', 'hamzcad');3 - Discord OAuth

4 - Discord Admin Permissions
5 - Discord Logs
6 - General Settings
7 - 10 Codes
9 - Fire & EMS Apparatus
10 - LEO Statuses
11 - Fire & EMS Statuses
12 - Servers
13 - Colouring
14 - API Key
Last updated