mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-07-22 02:13:01 +02:00
6 lines
117 B
Python
6 lines
117 B
Python
from dynaconf import Dynaconf
|
|
|
|
settings = Dynaconf(
|
|
envvar_prefix="CONF",
|
|
settings_files=["settings.json"],
|
|
) |