site/config.moon

8 lines
156 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"
2015-02-03 19:52:19 +00:00
postgresql_url os.getenv "DATABASE_URL"