27 lines
1003 B
Bash
27 lines
1003 B
Bash
APP_NAME=Lean 101 Clients API
|
|
CLIENT_NAME=Hunter Premium Produce
|
|
CLIENT_EMAIL=operator@example.com
|
|
CLIENT_PASSWORD=replace-with-strong-password
|
|
CLIENT_TENANT_ID=hunter-premium-produce
|
|
ADMIN_NAME=Lean 101
|
|
ADMIN_EMAIL=admin@lean101.local
|
|
ADMIN_PASSWORD=replace-with-strong-password
|
|
AUTH_SECRET=replace-with-a-long-random-secret
|
|
|
|
# Postgres credentials. The compose file builds DATABASE_URL from these
|
|
# so you do not need to set DATABASE_URL explicitly. Override DATABASE_URL
|
|
# only if you want to point at a managed Postgres outside the compose stack.
|
|
POSTGRES_USER=lean101
|
|
POSTGRES_PASSWORD=replace-with-a-long-random-password
|
|
POSTGRES_DB=lean101
|
|
# DATABASE_URL=postgresql+psycopg://USER:PASS@HOST:5432/DBNAME
|
|
|
|
ORIGIN=https://clients.lean-101.com.au
|
|
PUBLIC_API_BASE_URL=https://clients.lean-101.com.au
|
|
INTERNAL_API_BASE_URL=http://backend:8000
|
|
CORS_ALLOW_ORIGINS=https://clients.lean-101.com.au
|
|
CLIENTS_APP_PORT=8081
|
|
|
|
PUBLIC_MIX_CALCULATOR_SESSION_HISTORY=false
|
|
PUBLIC_MIX_CALCULATOR_SESSION_SAVE=false
|