listen on all ip addresses

This commit is contained in:
lealife
2018-03-08 10:49:55 +08:00
parent 29413c0e52
commit eaa15d2905
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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