Mercurial > libervia-backend
comparison doc/configuration.rst @ 3628:d685299645fa
doc (configuration): add `public_url` in config sample
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 27 Aug 2021 14:48:29 +0200 |
parents | 267e4987b58b |
children | bef32f3ccc06 |
comparison
equal
deleted
inserted
replaced
3627:7fe1028acab2 | 3628:d685299645fa |
---|---|
104 "example.org": {"host": "127.0.0.1"} | 104 "example.org": {"host": "127.0.0.1"} |
105 } | 105 } |
106 ; background luminance, used by terminal frontends | 106 ; background luminance, used by terminal frontends |
107 ; can be "auto" (default) to autodetect, "dark" or "light" | 107 ; can be "auto" (default) to autodetect, "dark" or "light" |
108 background = auto | 108 background = auto |
109 # end-user facing URL, used by Web frontend | |
110 public_url = example.com | |
109 | 111 |
110 [plugin account] | 112 [plugin account] |
111 ; where a new account must be created | 113 ; where a new account must be created |
112 new_account_server = localhost | 114 new_account_server = localhost |
113 new_account_domain = example.net | 115 new_account_domain = example.net |