This commit is contained in:
Jokob-sk
2023-05-21 10:56:40 +10:00
parent 55530c05f9
commit c9eb866acd
7 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ If you submit a PR please:
4. New features code should ideally be re-usable for different purposes, not be for a very narrow use-case.
5. New functionality should ideally be implemented via the Plugins system, if possible.
Soem additional context:
Some additional context:
* Permanent settings/config is stored in the `pialert.conf` file
* Currently temporary (session?) settings are stored in the `Parameters` DB table as key - value pairs. This table is wiped during a container rebuild/restart and it's values re-initialized from cookies / session data from the browser.