diff options
author | fx <[email protected]> | 2023-10-16 17:52:17 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-16 17:52:17 +0200 |
commit | 48943e0de28b99d7f108e96b7d250bbf1a6c5a5b (patch) | |
tree | b33a42de5a0534b48d2ada828ecde40e8d216bfe /README.md | |
parent | aa6e227d6c92fe908e24df72c8e9f0a3aa5a2784 (diff) | |
download | webol-48943e0de28b99d7f108e96b7d250bbf1a6c5a5b.tar webol-48943e0de28b99d7f108e96b7d250bbf1a6c5a5b.tar.gz webol-48943e0de28b99d7f108e96b7d250bbf1a6c5a5b.zip |
update readme with defaults
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,6 +4,6 @@ DATABASE_URL: `String` | |||
4 | 4 | ||
5 | WEBOL_APIKEY: `String` | 5 | WEBOL_APIKEY: `String` |
6 | 6 | ||
7 | WEBOL_SERVERADDR: `Option<String>` | 7 | WEBOL_SERVERADDR: `Option<String>` (0.0.0.0:7229) |
8 | 8 | ||
9 | WEBOL_BINDADDR: `Option<String>` | 9 | WEBOL_BINDADDR: `Option<String>` (0.0.0.0:1111) |