[fix] Do not force port number. Use thin configuration instead.

This commit is contained in:
opi 2016-04-26 09:17:48 +02:00
parent 9902a43e94
commit 98738741e2

View file

@ -6,7 +6,6 @@ require 'data_mapper'
require 'json'
require 'base64'
set :port, 5000
DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://dynette:myPassword@localhost/dynette")
DOMAINS = ["nohost.me", "noho.st"]
ALLOWED_IP = ["127.0.0.1"]