kandimat/backend/backend.env
Christoph Lienhard f7a56a0bed Rename candymat -> kandimat everywhere
Furthermore, submodule link to new public repo
2022-02-02 15:06:13 +01:00

6 lines
156 B
Bash

# Postgres database setup
POSTGRES_USER=kandimat_postgraphile
# Password is handled by docker-compose
POSTGRES_DB=kandimat_db
POSTGRES_SCHEMA=kandimat_data