config(admin): admin env
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions

This commit is contained in:
ZhenYi 2026-04-20 00:15:04 +08:00
parent 9ed56668dc
commit 6d16cc8c18

View File

@ -79,6 +79,7 @@ admin:
ADMIN_SUPER_PASSWORD: admin123
COOKIE_SECURE: false
COOKIE_SAME_SITE: lax
APP_NEXTAUTH_SECRET: ""
nodeSelector: { }
@ -86,7 +87,7 @@ admin:
affinity: { }
secrets:
enabled: true
enabled: false
databaseUrl: "postgresql://gitdataai:gitdataai123@cnpg-cluster-rw.cnpg:5432/gitdataai?sslmode=disable"
redisUrl: "redis://:redis123@valkey-cluster.valkey-cluster.svc.cluster.local:6379"
nextAuthSecret: ""