site/config.moon

7 lines
102 B
Plaintext

config = require "lapis.config"
config "development", ->
port 8080
config "docker", ->
port 5000