mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
update allowed ips
This commit is contained in:
parent
ab513ad91c
commit
5dc7dfb28a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ require 'json'
|
||||||
|
|
||||||
DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://postgres:yayaya@localhost/dynette")
|
DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://postgres:yayaya@localhost/dynette")
|
||||||
DOMAINS = ["nohost.me", "noho.st"]
|
DOMAINS = ["nohost.me", "noho.st"]
|
||||||
ALLOWED_IP = ["82.196.13.142", "192.241.138.212", "127.0.0.1"]
|
ALLOWED_IP = ["82.196.13.142", "192.81.223.119", "127.0.0.1"]
|
||||||
|
|
||||||
class Entry
|
class Entry
|
||||||
include DataMapper::Resource
|
include DataMapper::Resource
|
||||||
|
|
Loading…
Reference in a new issue