Mercurial > libervia-backend
comparison doc/configuration.rst @ 3046:d9f328374473
jp: dark and light theme:
- `background` setting can now be used in sat.conf to indicate if the terminal use a
`dark` or a `light` colour
- if `background` is not set or set to `auto`, the background colour is autodetected
- Jp.get_config (or CommandBase.get_config) method can now be used to retrieve a setting
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 01 Oct 2019 22:49:10 +0200 |
parents | 72583524cfd3 |
children | f21412896620 |
comparison
equal
deleted
inserted
replaced
3045:6af44ca3beac | 3046:d9f328374473 |
---|---|
101 # email_admins_list = toto@example.net, titi@example.org | 101 # email_admins_list = toto@example.net, titi@example.org |
102 ; override DNS records | 102 ; override DNS records |
103 hosts_dict = { | 103 hosts_dict = { |
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 | |
107 ; can be "auto" (default) to autodetect, "dark" or "light" | |
108 background = auto | |
106 | 109 |
107 [plugin account] | 110 [plugin account] |
108 ; where a new account must be created | 111 ; where a new account must be created |
109 new_account_server = localhost | 112 new_account_server = localhost |
110 new_account_domain = example.net | 113 new_account_domain = example.net |