debug: tostring

This commit is contained in:
Sam Dodrill 2015-01-09 19:15:34 -08:00
parent f0b56405fe
commit f1d4349bfe
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 os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
p os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
p os.getenv "DB_USER"
p os.getenv "DB_PASS"
p os.getenv "DB_NAME"
p tostring os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
p tostring os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
p tostring os.getenv "DB_USER"
p tostring os.getenv "DB_PASS"
p tostring os.getenv "DB_NAME"