Update rockspec

This commit is contained in:
Sam Dodrill 2015-01-08 19:25:36 -08:00
parent 3e36badf12
commit e5271a0f43
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name = "panel"
dependencies = {
"moonscript",
"lapis",
"https://raw.github.com/leafo/heroku-openresty/master/heroku-openresty-dev-1.rockspec",
}
-- vim: ft=lua

View File

@ -20,3 +20,10 @@ config "dokku", ->
user os.getenv "DB_USER"
password os.getenv "DB_PASS"
database os.getenv "DB_NAME"
config "docker", ->
port os.getenv "PORT"
postgres ->
backend "pgmoon"
postgresql_url os.getenv "DATABASE_URL"