mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[add] ynh.fr (#8)
This commit is contained in:
parent
242017f398
commit
d7ca7ce1eb
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue