Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bin/k8s/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,12 @@ texeraEnvVars:
value: ""
- name: USER_SYS_DOMAIN
value: ""
- name: AUTH_JWT_SECRET
# Obvious non-secret placeholder for LOCAL DEVELOPMENT ONLY (64 chars = 512-bit
# HMAC key, well above the 256-bit HS256 minimum). All services must share the
# same value, so this is a fixed shared string rather than a per-pod random one.
# Production environments MUST override this with a securely generated secret.
value: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

yWebsocketServer:
name: y-websocket-server
Expand Down
Loading