mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
heroku modif
This commit is contained in:
parent
6cd1301fbc
commit
959ed8d7fc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require 'data_mapper'
|
||||||
require 'json'
|
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"]
|
DOMAINS = ["nohost.me", "noho.st"]
|
||||||
ALLOWED_IP = "82.196.13.142"
|
ALLOWED_IP = "82.196.13.142"
|
||||||
#ALLOWED_IP = "127.0.0.1"
|
#ALLOWED_IP = "127.0.0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue