summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2024-06-17 12:01:22 +0200
committerfxqnlr <[email protected]>2024-06-17 12:01:22 +0200
commitec17af924767a2ae3c5180d9ea25193d071e5661 (patch)
tree630b825747dc31212d8f5585a07a02aacba5ee87 /README.md
parentc6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff)
downloadwebol-ec17af924767a2ae3c5180d9ea25193d071e5661.tar
webol-ec17af924767a2ae3c5180d9ea25193d071e5661.tar.gz
webol-ec17af924767a2ae3c5180d9ea25193d071e5661.zip
Closes #20. Use chrono and seperate timers in logging
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c2c8c6..790f9c2 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@ Default `config.toml`:
5serveraddr = "0.0.0.0:7229" # String 5serveraddr = "0.0.0.0:7229" # String
6pingtimeout = 10 # i64 6pingtimeout = 10 # i64
7pingthreshold = 1 # u64 7pingthreshold = 1 # u64
8timeoffset = 0 # i8
9 8
10[auth] 9[auth]
11method = "none" # "none"|"key" 10method = "none" # "none"|"key"