Skip to content
Snippets Groups Projects
Commit d5d209d2 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Optionally use CDN for protokollsystem

parent 082bb780
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,10 @@ URL_PROTO = "{{ protokolle_url_proto }}"
URL_PATH = "{{ protokolle_url_path }}"
URL_PARAMS = ""
{% if cdn_url is defined %}
CDN_URL = "{{cdn_url}}"
{% endif %}
PRINTING_ACTIVE = {{ protokolle_printing }}
PRINTING_SERVER = "{{ protokolle_printing_server }}"
PRINTING_USER = "{{ protokolle_printing_user }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment