Mercurial > libervia-backend
comparison doc/configuration.rst @ 4261:5f83bba6cd27
doc (configuration): replace deprecated `SafeConfigParser`.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 12 Jun 2024 22:33:10 +0200 |
parents | d6837db456fd |
children |
comparison
equal
deleted
inserted
replaced
4260:57ff857bf96e | 4261:5f83bba6cd27 |
---|---|
21 will be used because it is parsed after ``/etc``). | 21 will be used because it is parsed after ``/etc``). |
22 | 22 |
23 Format | 23 Format |
24 ====== | 24 ====== |
25 | 25 |
26 ``libervia.conf`` is using the `INI`_ file format as understood by Python's `SafeConfigParser`_ | 26 ``libervia.conf`` is using the `INI`_ file format as understood by Python's `ConfigParser`_ |
27 (meaning that you can use interpolation). | 27 (meaning that you can use interpolation). |
28 | 28 |
29 The ``DEFAULT`` section is used for global options, this is where you specify where are | 29 The ``DEFAULT`` section is used for global options, this is where you specify where are |
30 your media. | 30 your media. |
31 | 31 |