config: remove double-set
This commit is contained in:
parent
dcc07dda42
commit
789aa0776a
|
@ -16,4 +16,3 @@ config "docker", ->
|
||||||
postgres ->
|
postgres ->
|
||||||
backend "pgmoon"
|
backend "pgmoon"
|
||||||
postgresql_url "postgres://panel:rB63V6E0z7sufvum@172.17.0.20:5432/panel"
|
postgresql_url "postgres://panel:rB63V6E0z7sufvum@172.17.0.20:5432/panel"
|
||||||
postgresql_url os.getenv "DATABASE_URL"
|
|
||||||
|
|
Loading…
Reference in New Issue