mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[fix] Do not force port number. Use thin configuration instead.
This commit is contained in:
parent
9902a43e94
commit
98738741e2
1 changed files with 0 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue