mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
Bugfixes
This commit is contained in:
parent
a98904ec3c
commit
7eef821ddc
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ require 'json'
|
|||
|
||||
DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://postgres:yayaya@localhost/dynette")
|
||||
DOMAINS = ["yoyoyo.fr", "yayaya.fr"]
|
||||
#ALLOWED_IP = "82.196.13.142"
|
||||
ALLOWED_IP = "127.0.0.1"
|
||||
ALLOWED_IP = "82.196.13.142"
|
||||
#ALLOWED_IP = "127.0.0.1"
|
||||
|
||||
class Entry
|
||||
include DataMapper::Resource
|
||||
|
|
Loading…
Reference in a new issue