Skip to content
Snippets Groups Projects

Update protokollsystem

Merged Robin Sonnabend requested to merge proto3-update into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -39,6 +39,9 @@ URL_PARAMS = ""
@@ -39,6 +39,9 @@ URL_PARAMS = ""
{% if cdn_url is defined %}
{% if cdn_url is defined %}
CDN_URL = "{{cdn_url}}"
CDN_URL = "{{cdn_url}}"
{% endif %}
{% endif %}
 
{% if protokolle_metadata_domain_whitelist is defined %}
 
PERMITTED_METADATA_DOMAINS = [ {% for domain in protokolle_metadata_domain_whitelist %} "{{domain}}", {% endfor %} ]
 
{% endif %}
PRINTING_ACTIVE = {{ protokolle_printing }}
PRINTING_ACTIVE = {{ protokolle_printing }}
PRINTING_SERVER = "{{ protokolle_printing_server }}"
PRINTING_SERVER = "{{ protokolle_printing_server }}"
Loading