witten
/
luminotes
Archived
1
0
Fork 0

Explicitly binding to localhost instead of relying on implicit binding.

This commit is contained in:
Dan Helfman 2008-10-21 00:22:37 -07:00
parent 0e99ac59fc
commit 86e5e38d69
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ sock.close()
settings = {
"global": {
"server.socket_port": socket_port,
"server.socket_host": "localhost",
"server.thread_pool": 4,
"session_filter.storage_type": "ram",
"session_filter.timeout": 60 * 24 * 365, # one year