Files
glitch_automata_lab/.env.prod.example
T
2026-07-05 12:13:20 +02:00

14 lines
401 B
Bash

# 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
JWT_SECRET=ahdkasjhdaksjh
LAB_KEYCARD_MERIT_SLUG=lab-keycard
# Database name within gnommo-db. Optional — defaults to ca_studio if unset.
LAB_DB=ca_studio