This commit is contained in:
Kload 2013-06-15 22:15:41 +00:00
parent 55e8bca98c
commit 1191b38022
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -7,7 +7,7 @@ require 'json'
DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://postgres:yayaya@localhost/dynette")
DOMAIN = "yoyoyo.fr"
ALLOWED_IP = "127.0.0.1"
ALLOWED_IP = "82.196.13.142"
class Entry
include DataMapper::Resource
@ -180,4 +180,4 @@ get '/unban/:ip_to_ub' do
end
DataMapper.auto_migrate!
DataMapper.auto_upgrade!