[add] ynh.fr

This commit is contained in:
frju365 2018-04-04 16:22:56 +02:00 committed by GitHub
parent 16dedb609a
commit f6b550c711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ require 'bcrypt'
###################### ######################
DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://dynette:myPassword@localhost/dynette") DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://dynette:myPassword@localhost/dynette")
DOMAINS = ["nohost.me", "noho.st"] DOMAINS = ["nohost.me", "noho.st", "ynh.fr"]
ALLOWED_IP = ["127.0.0.1"] ALLOWED_IP = ["127.0.0.1"]