log database config

This commit is contained in:
Sam Dodrill 2015-01-09 17:10:41 -08:00
parent 01183ab1bc
commit 78bdf6eb02
1 changed files with 2 additions and 8 deletions

View File

@ -15,11 +15,5 @@ config "docker", ->
postgres ->
backend "pgmoon"
if os.getenv "DB_USER"
host assert os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
port assert os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
user assert os.getenv "DB_USER"
password assert os.getenv "DB_PASS"
database assert os.getenv "DB_NAME"
else
postgresql_url assert os.getenv "DATABASE_URL"
ngx.log ngx.NOTICE, "Using DATABASE_URL #{os.getenv "DATABASE_URL"}"
postgresql_url os.getenv "DATABASE_URL"