Allow all Git hosts when allowlist is unset
ci / test (pull_request) Successful in 18s

This commit is contained in:
2026-07-21 17:30:42 +00:00
parent cd84c68a3e
commit b77e4c619d
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PORT=3000
API_KEY=
ALLOWED_GIT_HOSTS=gitea.reversed.dev
ALLOWED_GIT_HOSTS=
CACHE_TTL_MINUTES=5
CACHE_SWEEP_INTERVAL_MINUTES=5
RATE_LIMIT_WINDOW_MINUTES=5