Mercurial > libervia-desktop-kivy
annotate android/libervia.conf @ 479:8ee302a48269
install (setup): don't set upper bound for `kivy_garden.modernmenu`:
because `kivy_garden.modernmenu` is currently only available as a `dev0` version, the
upper bound is causing trouble with pip/pipx.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 02 Aug 2021 22:40:40 +0200 |
parents | 83c67b093350 |
children |
rev | line source |
---|---|
61 | 1 [DEFAULT] |
63 | 2 bridge = pb |
61 | 3 log_level = debug |
66
94013a9481db
sat.conf: a # is added in front of backend logs, to differenciate from frontend logs
Goffi <goffi@goffi.org>
parents:
63
diff
changeset
|
4 log_fmt = #[%%(levelname)s][%%(name)s] %%(message)s |
61 | 5 |
6 [cagou] | |
281
ef77423ce500
core: store tls_validation flag in host and use if for file upload.
Goffi <goffi@goffi.org>
parents:
140
diff
changeset
|
7 no_certificate_validation = true |
61 | 8 log_level = debug |
9 log_fmt = [%%(levelname)s][%%(name)s] %%(message)s |