36 lines
539 B
YAML
36 lines
539 B
YAML
api:
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
existingClaim: todos-nfs
|
|
|
|
# config:
|
|
# type: secret
|
|
# name: config.yml#
|
|
|
|
redis:
|
|
enabled: false
|
|
|
|
postgresql:
|
|
enabled: false
|
|
|
|
config:
|
|
log:
|
|
level: ERROR
|
|
|
|
cache:
|
|
enabled: false
|
|
db:
|
|
type: sqlite
|
|
# host: ""
|
|
# user: ""
|
|
# password: ""
|
|
# database: ""
|
|
# existingSecret: ""
|
|
# secretKeys:
|
|
# dbPasswordKey: user-password
|
|
publicUrl: https://todos.kluster.moll.re
|
|
registration: true
|
|
linkSharing: true
|
|
taskAttachments: true
|