mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: rename db host name for docker setup (#380)
This commit is contained in:
parent
2967fb1bee
commit
cf72a187fe
@ -1,7 +1,7 @@
|
||||
SECRET_KEY="<-- django secret -->"
|
||||
DJANGO_SETTINGS_MODULE="plane.settings.production"
|
||||
# Database
|
||||
DATABASE_URL=postgres://plane:plane@plane-db-1:5432/plane
|
||||
DATABASE_URL=postgres://plane:plane@db:5432/plane
|
||||
# Cache
|
||||
REDIS_URL=redis://redis:6379/
|
||||
# SMPT
|
||||
|
Loading…
Reference in New Issue
Block a user