Commit
+1 -1 +/-1 browse
1 | diff --git a/config.example.toml b/config.example.toml |
2 | index e6f5dca..e14e556 100644 |
3 | --- a/config.example.toml |
4 | +++ b/config.example.toml |
5 | @@ -103,7 +103,7 @@ links = [ |
6 | |
7 | [http] |
8 | # interface and port to listen on |
9 | - address = "localhost:8080" |
10 | + address = "127.0.0.1:8080" |
11 | |
12 | [web] |
13 | # default theme that will be used when none is specified in user configuration. |