annotate client/.env @ 3678:8f58851927c0

client: make layer factory only return new layer config for individual maps instead of each time it is invoked. The purpose of the factory was to support multiple maps with individual layers. But returning a new config each time it is invoked leads to bugs that rely on the layer's state. Now this factory reuses the same objects it created before, per map.
author Markus Kottlaender <markus@intevation.de>
date Mon, 17 Jun 2019 17:31:35 +0200
parents 33c398df5cb5
children 7a3ace19dc56
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
c1ef0be0ae3d Improve build chain
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
1 #Name of the application, e.g. displayed at login time
7
e4bc7e0465b3 .env.sample edited
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
2 VUE_APP_TITLE=Waterway Monitoring system
23
c1ef0be0ae3d Improve build chain
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
3
c1ef0be0ae3d Improve build chain
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
4 #Backend URL
9
ee6d3836014e current version of login
Thomas Junk <thomas.junk@intevation.de>
parents: 7
diff changeset
5 VUE_APP_API_URL=/api/
2778
7ebd4154894e Adopt container names to fix GeoServer startup
Tom Gottfried <tom@intevation.de>
parents: 1947
diff changeset
6 VUE_BACKEND_API_URL=http://gemma-backend:8000
23
c1ef0be0ae3d Improve build chain
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
7
c1ef0be0ae3d Improve build chain
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8 #Path of vendored images is copied during a webpack build
c1ef0be0ae3d Improve build chain
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9 VUE_APP_VENDOR_IMG_PATH=
1947
4235fa8f59d7 clien: pdf-gen: load logo externally; add prepare step
Bernhard Reiter <bernhard@intevation.de>
parents: 499
diff changeset
10
4235fa8f59d7 clien: pdf-gen: load logo externally; add prepare step
Bernhard Reiter <bernhard@intevation.de>
parents: 499
diff changeset
11 #Logos to be potentially loaded by the SPA. Can be left blank.
4235fa8f59d7 clien: pdf-gen: load logo externally; add prepare step
Bernhard Reiter <bernhard@intevation.de>
parents: 499
diff changeset
12 VUE_APP_SECONDARY_LOGO_URL=
4235fa8f59d7 clien: pdf-gen: load logo externally; add prepare step
Bernhard Reiter <bernhard@intevation.de>
parents: 499
diff changeset
13 VUE_APP_LOGO_FOR_PDF_URL=
3215
3b36bb33f5b0 available_fairway_depth: omit empty lines after split by newline
Thomas Junk <thomas.junk@intevation.de>
parents: 2778
diff changeset
14 VUE_APP_SILENCE_TRANSLATIONWARNINGS =
3369
33c398df5cb5 client: implement download of the user manual
Fadi Abbud <fadi.abbud@intevation.de>
parents: 3215
diff changeset
15
33c398df5cb5 client: implement download of the user manual
Fadi Abbud <fadi.abbud@intevation.de>
parents: 3215
diff changeset
16 #Url of user manual
33c398df5cb5 client: implement download of the user manual
Fadi Abbud <fadi.abbud@intevation.de>
parents: 3215
diff changeset
17 VUE_APP_USER_MANUAL_URL=