Update debug page
This commit is contained in:
parent
feb758da5f
commit
cf50261382
10
app.moon
10
app.moon
|
@ -24,8 +24,8 @@ class App extends lapis.Application
|
||||||
config = require("lapis.config").get!
|
config = require("lapis.config").get!
|
||||||
|
|
||||||
p config.port
|
p config.port
|
||||||
p config.postgres.port
|
p ""..config.postgres.port .. os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
|
||||||
p config.postgres.host
|
p ""..config.postgres.host .. os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
|
||||||
p config.postgres.user
|
p ""..config.postgres.user .. os.getenv "DB_USER"
|
||||||
p config.postgres.password
|
p ""..config.postgres.password .. os.getenv "DB_PASS"
|
||||||
p config.postgres.database
|
p ""..config.postgres.database .. os.getenv "DB_NAME"
|
||||||
|
|
Loading…
Reference in New Issue