-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env-dist
More file actions
21 lines (19 loc) · 816 Bytes
/
Copy path.env-dist
File metadata and controls
21 lines (19 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
POSTGRES_PASSWORD=postgrespassword
POSTGRES_USER=zxplay
POSTGRES_DB=zxplay
# GraphQL api (apps/api) + its migration runner.
DATABASE_URL=postgres://zxplay:postgrespassword@postgres:5432/zxplay
# Admin secret sent by the auth service as X-Hasura-Admin-Secret.
ADMIN_SECRET=hasurapassword
# HS256 secret shared with the auth service's Hasura-token dispenser.
JWT_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
JWT_AUDIENCE=hasura
JWT_ISSUER=zxplay
# Magic-link email for the auth service (Migadu SMTP). These belong to the
# production deploy compose; leave them unset in dev and the auth service
# logs the sign-in link to its console instead of sending mail.
#AUTH_SMTP__Host=smtp.migadu.com
#AUTH_SMTP__Port=465
#AUTH_SMTP__Username=noreply@zxplay.org
#AUTH_SMTP__Password=
#AUTH_SMTP__From=ZX Play <noreply@zxplay.org>