diff --git a/config/config.php b/config/config.php index 576e83a..09ec988 100644 --- a/config/config.php +++ b/config/config.php @@ -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