Commit
Author: Kevin Schoon [me@kevinschoon.com]
Hash: e690a7ebef28fc881ab54d673c7e112901d48d77
Timestamp: Sat, 01 Jun 2024 15:11:26 +0000 (9 months ago)

+1 -1 +/-1 browse
update example config http address to 127.0.0.1
1diff --git a/config.example.toml b/config.example.toml
2index 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.