Move config to example and add root_path support

This commit is contained in:
2026-02-21 15:43:03 +01:00
parent 8efc001bf7
commit 238830b779
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@@ -14,3 +14,6 @@ venv/
# OS
.DS_Store
Thumbs.db
# Configuration file
config.yaml

View File

@@ -10,3 +10,4 @@ processing:
server:
host: "0.0.0.0"
port: 8000
root_path: "/cf-zeiten"