config: hopefully the last update

This commit is contained in:
Sam Dodrill 2015-01-09 18:48:25 -08:00
parent 5e38cecdf0
commit 8d6882ebfe
1 changed files with 5 additions and 1 deletions

View File

@ -15,4 +15,8 @@ config "docker", ->
postgres ->
backend "pgmoon"
postgresql_url "postgres://panel:rB63V6E0z7sufvum@172.17.0.20:5432/panel"
port os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
host os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
user os.getenv "DB_USER"
password os.getenv "DB_PASS"
database os.getenv "DB_NAME"