summaryrefslogtreecommitdiff
path: root/roles/qvisqve/templates/qvisqve.yaml.j2
blob: 1f22fda303dcd4a82bf80861c5da69c9f41ef63a (plain)
1
2
3
4
5
6
7
8
9
10
11
store: /var/lib/qvisqve
gunicorn: yes
gunicorn-log: /var/log/qvisqve/gunicorn.log
gunicorn-port: {{ qvisqve_port }}
log: 
  - filename: /var/log/qvisqve/qvisqve.slog
token-issuer: "https://{{ qvisqve_domain }}"
token-lifetime: 3600
token-public-key: "{{ qvisqve_token_public_key }}"
token-private-key: |
{{ qvisqve_token_private_key|indent(4,true) }}