Update config.php
This commit is contained in:
@@ -394,6 +394,10 @@ if (!defined('APP_URL')) {
|
|||||||
if (!defined('BASE_URL')) {
|
if (!defined('BASE_URL')) {
|
||||||
define('BASE_URL', rtrim(APP_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');
|
define('TIMEZONE', 'America/Bogota');
|
||||||
|
|
||||||
// Información del desarrollador
|
// Información del desarrollador
|
||||||
|
|||||||
Reference in New Issue
Block a user