Show read-only options in the config panel and the env variable names in the tooltips

This commit is contained in:
Daniel García
2019-02-18 19:25:33 +01:00
parent 72de16fb86
commit 7b5bcd45f8
2 changed files with 49 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ make_config! {
settings {
/// Domain URL |> This needs to be set to the URL used to access the server, including 'http[s]://' and port, if it's different than the default. Some server functions don't work correctly without this value
domain: String, true, def, "http://localhost".to_string();
/// PRIVATE |> Domain set
/// Domain Set |> Indicates if the domain is set by the admin. Otherwise the default will be used.
domain_set: bool, false, def, false;
/// Enable web vault
web_vault_enabled: bool, false, def, true;