HH-553: remove deprecated CORS env references (#130)

Co-authored-by: Rogee <rogee@ipao.vip>
This commit is contained in:
Rogee
2026-08-23 20:46:40 +08:00
committed by GitHub
co-authored by rogee
parent e11f478c1a
commit 14b25959ab
7 changed files with 0 additions and 9 deletions
@@ -65,7 +65,6 @@ production_env=(
-e GOCHAT_REDIS_DSN=redis://:test-password@redis:6379
-e GOCHAT_JWT_SECRET=ci-smoke-jwt-secret-at-least-32-characters
-e GOCHAT_SEARCH_API_KEY=ci-meili-secret-16
-e GOCHAT_SERVER_CORS_ALLOWED_ORIGINS=https://chat.example.test
)
for command in serve worker; do
if docker run --rm "${production_env[@]}" --entrypoint /app/gochat "$gochat_image" "$command" >"$tmp/direct-$command.log" 2>&1; then