panel/config.moon

15 lines
223 B
Plaintext
Raw Normal View History

2015-01-05 21:41:19 +00:00
config = require "lapis.config"
config "development", ->
port 8080
postgres ->
backend "pgmoon"
host "127.0.0.1"
user "lapis"
password "lapis"
database "panel"
config "production", ->
port 5000