-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.tpl
More file actions
28 lines (28 loc) · 834 Bytes
/
Copy path.env.tpl
File metadata and controls
28 lines (28 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Variables for docker-compose.overide.yaml
TRAEFIK_BASICAUTH= # htpasswd -bnBC 10 "" xyz | tr -d ':\n'
HOST=dtrack.example.com
ACME_PROVIDER=cloudflare
CF_API_EMAIL=an@example.com
CF_API_KEY=dummy
ACME_EMAIL=an@example.com
# Initial proveleged Postgres DB and superuser credentials
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=dummy
# APP Postgres DB and credentials
POSTGRES_DB_APP=dtrack
POSTGRES_USER_APP=authenticator
POSTGRES_PASSWORD_APP=dummy
# APP Admin Postgres Credentials
POSTGRES_USER_APP_ADMIN=admin
POSTGRES_PASSWORD_APP_ADMIN=dummy
POSTGRES_USER_APP_POWER=Dummy.User@example.com
# Azure Creds
AZURE_TENANT_ID=dummy
AZURE_CLIENT_ID=dummy
# PostgREST settings
PGRST_DB_ANON_ROLE=anon
PGRST_JWT_ROLE_CLAIM_KEY=.preferred_username
# React Admin settings
PALETTE_PRIMARY=#330808
PALETTE_SECONDARY=#A32122