Fix config

This commit is contained in:
Sam Dodrill 2015-01-09 17:19:20 -08:00
parent dba53349a2
commit 94f0e028c7
1 changed files with 1 additions and 1 deletions

View File

@ -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"