site/config.moon

9 lines
180 B
Plaintext
Raw Normal View History

2015-02-01 01:15:41 +00:00
config = require "lapis.config"
config "docker", ->
2015-02-01 01:27:55 +00:00
port os.getenv "PORT"
2015-02-06 23:04:38 +00:00
oleg ->
host os.getenv "OLEG_PORT_38080_TCP_ADDR"
port os.getenv "OLEG_PORT_38080_TCP_PORT"