aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-06-17 12:04:44 +0200
committerGitHub <[email protected]>2024-06-17 12:04:44 +0200
commit38025a3e35c960ed03f520f911b40608b9f9abd3 (patch)
tree6ee75dc72f1e2401bce4664ec5bae68aaf1e7df0 /README.md
parentc6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff)
parent45724c4a8b293e8696ef487368f72f90a5c7a01d (diff)
downloadwebol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar
webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar.gz
webol-38025a3e35c960ed03f520f911b40608b9f9abd3.zip
Merge pull request #38 from FxQnLr/time
Time
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c2c8c6..cacc00d 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"
@@ -16,7 +15,7 @@ minimal `docker-compose.yaml`:
16```yaml 15```yaml
17services: 16services:
18 webol: 17 webol:
19 image: ghcr.io/fxqnlr/webol:0.4.1 18 image: ghcr.io/fxqnlr/webol:latest
20 container_name: webol 19 container_name: webol
21 restart: unless-stopped 20 restart: unless-stopped
22 volumes: 21 volumes: