Update config.php

This commit is contained in:
Lizandro Guarnizo
2026-04-19 21:03:24 -05:00
parent 07bbc4c484
commit 94cb8574d0
+4
View File
@@ -394,6 +394,10 @@ if (!defined('APP_URL')) {
if (!defined('BASE_URL')) {
define('BASE_URL', rtrim(APP_URL, '/') . '/');
}
// Token para runners de migración accesibles por web
if (!defined('MIGRATION_TOKEN')) {
define('MIGRATION_TOKEN', 'lab2026migrate');
}
define('TIMEZONE', 'America/Bogota');
// Información del desarrollador