Skip to content

Commit

Permalink
make unfrozen server listen on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Dec 31, 2014
1 parent a8af7c0 commit 0a4aa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite.ini
Expand Up @@ -22,7 +22,7 @@ blog.password = Streng_secreT

[server:main]
use = egg:waitress#main
host = 0.0.0.0
host = 127.0.0.1
port = 6543

###
Expand Down

0 comments on commit 0a4aa4c

Please sign in to comment.