[add] ynh.fr (#8)

This commit is contained in:
frju365 2018-06-19 01:47:22 +02:00 committed by Alexandre Aubin
parent 242017f398
commit d7ca7ce1eb

View file

@ -12,7 +12,7 @@ require 'bcrypt'
######################
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"]