diff --git a/.gitignore b/.gitignore index 400bf61..bfb2d26 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ venv/ # OS .DS_Store Thumbs.db + +# Configuration file +config.yaml diff --git a/config.yaml b/config.yaml.example similarity index 89% rename from config.yaml rename to config.yaml.example index b7ee17c..7963e00 100644 --- a/config.yaml +++ b/config.yaml.example @@ -10,3 +10,4 @@ processing: server: host: "0.0.0.0" port: 8000 + root_path: "/cf-zeiten" \ No newline at end of file