Skip to content

Commit

Permalink
Update ovos.conf
Browse files Browse the repository at this point in the history
add base_folder to ovos.conf
  • Loading branch information
JarbasAl authored Jun 12, 2023
1 parent 9f2109c commit 6eaa96b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ovos_local_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
init_module_config("ovos_local_backend",
"ovos_local_backend",
{"config_filename": "ovos_backend.conf",
"base_folder" :"ovos_backend",
"default_config_path": f"{os.path.dirname(__file__)}/ovos_backend.conf"})

from ovos_local_backend.backend import start_backend
from ovos_local_backend.backend import start_backend

0 comments on commit 6eaa96b

Please sign in to comment.