chore: disable debug logging and cluster workers

This commit is contained in:
MiniDigger | Martin 2024-10-12 11:11:19 +02:00
parent c401f28bde
commit ea6d7fae7d
2 changed files with 3 additions and 2 deletions

View File

@ -119,6 +119,7 @@ jobs:
BACKEND_HOST: "http://hangar_backend:8080"
PUBLIC_HOST: "https://hangar.papermc.dev"
DEBUG: "hangar:*"
NODE_ENV: "production"
run: (cd frontend && pnpm build)
- name: Login to registry

View File

@ -10,6 +10,6 @@ stringData:
PUBLIC_HOST: "{{ .Values.base.host }}"
HANGAR_CONFIG_ENV: "{{ .Values.frontend.config.configEnv }}"
HANGAR_ALLOW_INDEXING: "{{ .Values.base.allowIndexing }}"
DEBUG: "hangar:*"
NITRO_CLUSTER_WORKERS: "4"
#DEBUG: "hangar:*"
#NITRO_CLUSTER_WORKERS: "4"
SENTRY_ENV: "{{ .Values.backend.config.sentry.environment }}"