diff options
| author | Jan Wolff <janw@mailbox.org> | 2025-09-12 09:34:01 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2025-09-12 09:34:01 +0200 |
| commit | 283c31564a9d5dab4b8b71d7498886b0cd20a999 (patch) | |
| tree | bc15867a389f25b1855042b5af20efba96c68dbb /config_example.json | |
initial commit
Diffstat (limited to 'config_example.json')
| -rw-r--r-- | config_example.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config_example.json b/config_example.json new file mode 100644 index 0000000..99eff96 --- /dev/null +++ b/config_example.json @@ -0,0 +1,10 @@ +{ + "http": { + "listen": "127.0.0.1:8080", + "base": "http://127.0.0.1:8080" + }, + "auth": { + "username": "jwolff", + "password": "changeme" + } +} |
