summaryrefslogtreecommitdiff
path: root/roles/qvisqve/templates/qvisqve.yaml.j2
blob: 5d19a1dca5fa77f984d9c4d642714c19c523cb4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
gunicorn: yes
gunicorn-log: /var/log/qvisqve/gunicorn.log
gunicorn-port: {{ qvisqve_port }}
clients:
{{ qvisqve_clients|to_nice_yaml|indent(4,true) }}
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) }}