Fixed MAJOR bugs, currently at a semi-stable state
This commit is contained in:
@ -9,7 +9,8 @@ $GLOBALS['config'] = [
|
||||
'DB_USER' => $envVars['DB_USER'] ?? 'root',
|
||||
'DB_PASS' => $envVars['DB_PASS'] ?? '',
|
||||
'DB_NAME' => $envVars['DB_NAME'] ?? 'tinkertickets',
|
||||
'BASE_URL' => '/tinkertickets', // Application base URL
|
||||
'BASE_URL' => '', // Empty since we're serving from document root
|
||||
'ASSETS_URL' => '/assets', // Assets URL
|
||||
'API_URL' => '/api' // API URL
|
||||
];
|
||||
];
|
||||
?>
|
||||
Reference in New Issue
Block a user