mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 08:24:45 +00:00
23 lines
317 B
YAML
23 lines
317 B
YAML
sqlite:
|
|
enabled: true
|
|
existingPV: ""
|
|
emptyDir:
|
|
sizeLimit: 1Gi
|
|
persistence:
|
|
enabled: false
|
|
|
|
postgres:
|
|
enabled: false
|
|
|
|
clientIdSecret: "taskchampion-client-ids"
|
|
|
|
env:
|
|
RUST_LOG: info
|
|
LISTEN: "0.0.0.0:8080"
|
|
CREATE_CLIENTS: "false"
|
|
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- taskchampion.example.com
|