Fix config
This commit is contained in:
parent
dba53349a2
commit
94f0e028c7
|
@ -15,5 +15,5 @@ config "docker", ->
|
|||
|
||||
postgres ->
|
||||
backend "pgmoon"
|
||||
print "Using DATABASE_URL #{os.getenv "DATABASE_URL"}"
|
||||
postgresql_url "postgres://panel:rB63V6E0z7sufvum@172.17.0.20:5432/panel"
|
||||
postgresql_url os.getenv "DATABASE_URL"
|
||||
|
|
Loading…
Reference in New Issue