Skip to content
xavier edited this page Aug 18, 2026 · 2 revisions

config.ini options

Example file:

[DEFAULT]
Validation=True
Websocket=True
statusNotification=ALL
fastAPIdocs=True

[SITE]
Public=True
Dashboard=True

[ERROR_LOGGING]
STATUS=True
Write=True

DEFAULT

Validation

Toggles checking whether the value is correct for that attribute.

Websocket

Toggles WebSockets.

statusNotification

I recommend leaving it set to ALL for now.

It can disable sending data from the internal API through WebSockets (not recommended while using the dashboard).

fastAPIdocs

Toggles the auto-generated documentation.


SITE

Public

Activates the landing page.

Dashboard

Disables all dashboard pages.


ERROR_LOGGING

STATUS

Toggles the error logger completely.

Write

Activates writing logs to a file.

Clone this wiki locally