diff options
Diffstat (limited to 'packaging/conf/hub.toml.example')
| -rw-r--r-- | packaging/conf/hub.toml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/conf/hub.toml.example b/packaging/conf/hub.toml.example index b5f3830..5407436 100644 --- a/packaging/conf/hub.toml.example +++ b/packaging/conf/hub.toml.example @@ -51,7 +51,7 @@ access_token_ttl = 14400 # 4 h # reCAPTCHA v2 on registration and password reset, so no mail is ever sent # before a human has been seen. Absent, or either key empty, disables it # entirely — which is right for development and for a hub nobody can reach. -# See docs/captcha.md. +# See docs/MESHBAY_DESIGN.md §7.7. site_key = "" secret_key = "" @@ -80,7 +80,7 @@ allowed_hosts = [] # page or somebody else's Electron application look identical from here. The # captcha still has to be solved per token; what is given up is the origin # restriction for those clients. Leave it off unless you ship the desktop -# client. See docs/captcha.md §6. +# client. See docs/MESHBAY_DESIGN.md §7.7. allow_unattributed_host = false |