diff --git a/conf/app.conf b/conf/app.conf index 13a3ddc..291c20f 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -2,6 +2,7 @@ # leanote config #------------------------ +http.addr=0.0.0.0 # listen on all ip addresses http.port=9000 site.url=http://localhost:9000 # or http://x.com:8080, http://www.xx.com:9000 @@ -28,7 +29,6 @@ app.secret=V85ZzBeTnzpsHyjQX4zukbQ8qqtju9y2aDM55VWxAH9Qop19poekx3xkcDVvrD0y # # for dev #-------------------------------- app.name=leanote -http.addr= http.ssl=false cookie.httponly=false cookie.prefix=LEANOTE diff --git a/conf/app.conf-default b/conf/app.conf-default index fa10a25..3184e1d 100644 --- a/conf/app.conf-default +++ b/conf/app.conf-default @@ -1,7 +1,7 @@ #------------------------ # leanote config #------------------------ - +http.addr=0.0.0.0 # listen on all ip addresses http.port=9000 site.url=http://localhost:9000 # or http://x.com:8080, http://www.xx.com:9000 @@ -29,7 +29,6 @@ app.secret=V85ZzBeTnzpsHyjQX4zukbQ8qqtju9y2aDM55VWxAH9Qop19poekx3xkcDVvrD0y # for dev #-------------------------------- app.name=leanote -http.addr= http.ssl=false cookie.httponly=false cookie.prefix=LEANOTE