Update debug page

This commit is contained in:
Sam Dodrill 2015-01-09 18:56:25 -08:00
parent feb758da5f
commit cf50261382
1 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@ class App extends lapis.Application
config = require("lapis.config").get!
p config.port
p config.postgres.port
p config.postgres.host
p config.postgres.user
p config.postgres.password
p config.postgres.database
p ""..config.postgres.port .. os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
p ""..config.postgres.host .. os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
p ""..config.postgres.user .. os.getenv "DB_USER"
p ""..config.postgres.password .. os.getenv "DB_PASS"
p ""..config.postgres.database .. os.getenv "DB_NAME"