mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore: disable debug logging and cluster workers
This commit is contained in:
parent
c401f28bde
commit
ea6d7fae7d
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user