site/config.moon

7 lines
114 B
Plaintext
Raw Normal View History

2015-02-01 01:15:41 +00:00
config = require "lapis.config"
config "development", ->
port 8080
config "docker", ->
2015-02-01 01:27:55 +00:00
port os.getenv "PORT"