diff options
author | FxQnLr <[email protected]> | 2023-11-02 19:44:29 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-11-02 19:44:29 +0100 |
commit | 5b7302cf9be4e0badd691203e160ca110613e34c (patch) | |
tree | 38c4b47ae97742560963e6b2b4cba3eb84bbaf8a /README.md | |
parent | f8f0565c42db7c612ac12b9a58155051e795639a (diff) | |
download | webol-5b7302cf9be4e0badd691203e160ca110613e34c.tar webol-5b7302cf9be4e0badd691203e160ca110613e34c.tar.gz webol-5b7302cf9be4e0badd691203e160ca110613e34c.zip |
ping timeout and cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ WEBOL_APIKEY: `String` | |||
7 | WEBOL_SERVERADDR: `Option<String>` (0.0.0.0:7229) | 7 | WEBOL_SERVERADDR: `Option<String>` (0.0.0.0:7229) |
8 | 8 | ||
9 | WEBOL_BINDADDR: `Option<String>` (0.0.0.0:1111) | 9 | WEBOL_BINDADDR: `Option<String>` (0.0.0.0:1111) |
10 | |||
11 | WEBOL_PINGTIMEOUT: `Option<i64>` (10) \ No newline at end of file | ||