Move config to example and add root_path support
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -14,3 +14,6 @@ venv/
|
|||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Configuration file
|
||||||
|
config.yaml
|
||||||
|
|||||||
@@ -10,3 +10,4 @@ processing:
|
|||||||
server:
|
server:
|
||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
port: 8000
|
port: 8000
|
||||||
|
root_path: "/cf-zeiten"
|
||||||
Reference in New Issue
Block a user