Files

14 lines
401 B
Bash
Raw Permalink Normal View History

2026-07-01 12:12:19 +02:00
# Copy to .env.prod on the server at ${REMOTE_DIR}/.env.prod
# (default: /opt/voxel-automata-lab/.env.prod)
#
# Must match the credentials of the shared gnommo-db Postgres (gu_common stack).
POSTGRES_USER=gnommo
POSTGRES_PASSWORD=replace_me
2026-07-05 12:13:20 +02:00
JWT_SECRET=ahdkasjhdaksjh
LAB_KEYCARD_MERIT_SLUG=lab-keycard
2026-07-01 12:12:19 +02:00
# Database name within gnommo-db. Optional — defaults to ca_studio if unset.
LAB_DB=ca_studio