Add copyright and readonly config variables to frontend template #56

This commit is contained in:
Michael Mayer 2019-07-02 22:44:27 +02:00
parent 1c4bd8e218
commit 220ed80cc6

View file

@ -35,7 +35,9 @@
window.appConfig = {
name: "{{ .name }}",
version: "{{ .version }}",
copyright: "{{ .copyright }}",
debug: {{ .debug }},
readonly: {{ .readonly }},
cameras: {{ .cameras }},
countries: {{ .countries }},
thumbnails: {{ .thumbnails }}