mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
Da real game
This commit is contained in:
parent
97d7a7e3a1
commit
03aaa0a11f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require 'data_mapper'
|
|||
require 'json'
|
||||
|
||||
DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://postgres:yayaya@localhost/dynette")
|
||||
DOMAINS = ["yoyoyo.fr", "yayaya.fr"]
|
||||
DOMAINS = ["nohost.me"]
|
||||
ALLOWED_IP = "82.196.13.142"
|
||||
#ALLOWED_IP = "127.0.0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue