comparison client/.env.sample @ 329:71970f03c9e8

SPA: Fixed setup for proxy in "serve" dev server mode.
author Sascha Wilde <wilde@intevation.de>
date Fri, 03 Aug 2018 10:52:03 +0200
parents 3d9341f6da4e
children a80e589c5ade
comparison
equal deleted inserted replaced
328:003243ec5ce5 329:71970f03c9e8
1 #Name of the application, e.g. displayed at login time 1 #Name of the application, e.g. displayed at login time
2 VUE_APP_TITLE=Waterway Monitoring system 2 VUE_APP_TITLE=Waterway Monitoring system
3 3
4 #Backend URL 4 #Backend URL
5 VUE_APP_API_URL=/api/ 5 VUE_APP_API_URL=/api/
6 BACKEND_API_URL=http://backend.example.com:8088
6 7
7 #URL of secondary logo 8 #URL of secondary logo
8 VUE_APP_SECONDARY_LOGO_URL= 9 VUE_APP_SECONDARY_LOGO_URL=
9 10
10 #Path of vendored images is copied during a webpack build 11 #Path of vendored images is copied during a webpack build