ecc6e9eabe
- Deletes redundant files - Adds right-tree db env vars to default.env - Updates port mapping for docker-compose.production.yaml - Adjusts production methods in dev
21 lines
585 B
Bash
21 lines
585 B
Bash
# POSTGRES CONFIG
|
|
# ---------------------------------
|
|
POSTGRES_DB=postgres
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
|
|
|
|
# RIGHTTREE DATABASE CONFIG (for production)
|
|
# ---------------------------------
|
|
# RIGHTTREE_DB=righttree
|
|
# RIGHTTREE_DB_USER=righttree_admin
|
|
# RIGHTTREE_DB_PASSWORD=[YOUR_PASSWORD]
|
|
|
|
|
|
# DJANGO BACKEND CONFIG (uncomment out the config below for production)
|
|
# ---------------------------------
|
|
LINZ_API_KEY=[YOUR_API_KEY]
|
|
# FRONTEND_BASE_URL=righttree.maps.net.nz
|
|
# DJANGO_DEBUG_MODE=False
|
|
# DJANGO_SECRET_KEY=[YOUR_SECRETKEY]
|
|
# BASE_URL=righttree.maps.net.nz
|