# HG changeset patch # User Thomas Junk # Date 1571663834 -7200 # Node ID 7a3ace19dc56b59cbc646871e9d0316d42b55bd3 # Parent 702f06d827a87a7719204724b7b249f6d16da5c1 window title configurable diff -r 702f06d827a8 -r 7a3ace19dc56 client/.env --- a/client/.env Mon Oct 21 13:33:15 2019 +0200 +++ b/client/.env Mon Oct 21 15:17:14 2019 +0200 @@ -1,5 +1,6 @@ #Name of the application, e.g. displayed at login time VUE_APP_TITLE=Waterway Monitoring system +VUE_APP_WINDOWTITLE= #Backend URL VUE_APP_API_URL=/api/ @@ -14,4 +15,4 @@ VUE_APP_SILENCE_TRANSLATIONWARNINGS = #Url of user manual -VUE_APP_USER_MANUAL_URL= \ No newline at end of file +VUE_APP_USER_MANUAL_URL= diff -r 702f06d827a8 -r 7a3ace19dc56 client/public/index.html --- a/client/public/index.html Mon Oct 21 13:33:15 2019 +0200 +++ b/client/public/index.html Mon Oct 21 15:17:14 2019 +0200 @@ -16,7 +16,7 @@ - gemmajs + <%= process.env.VUE_APP_WINDOWTITLE || VUE_APP_TITLE %>