Fix configs.
This commit is contained in:
@@ -19,6 +19,9 @@ if (!defined('APP_NAME')) {
|
||||
if (!defined('YEAR')) {
|
||||
define('YEAR', '2025/26'); // Anno Scolastico Corrente
|
||||
}
|
||||
if (!defined('API_URL')) {
|
||||
define('API_URL', 'http://localhost:3006/classe');
|
||||
}
|
||||
if (!defined('DEV_MODE')) {
|
||||
define('DEV_MODE', false); // Modalita' di sviluppo: abilita messaggi di debug aggiuntivi. Imposta su false se sei in produzione
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user