From 959ed8d7fc2b9059dad3e79c728fe143b8ef5dcb Mon Sep 17 00:00:00 2001 From: Kload Date: Wed, 19 Jun 2013 07:52:35 +0000 Subject: [PATCH] heroku modif --- dynette.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynette.rb b/dynette.rb index f09e82b..57ea22e 100755 --- a/dynette.rb +++ b/dynette.rb @@ -6,7 +6,7 @@ require 'data_mapper' require 'json' DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://postgres:yayaya@localhost/dynette") -DOMAINS = ["nohost.me"] +DOMAINS = ["nohost.me", "noho.st"] ALLOWED_IP = "82.196.13.142" #ALLOWED_IP = "127.0.0.1"