comparison client/.env.sample @ 23:c1ef0be0ae3d

Improve build chain In order to improve the build, there is the need to include external asset during build time. The variable `VUE_APP_VENDOR_IMG_PATH` defines the source folder of the vendor images. The destination folder is /web/img/. To improve readability comments to .env.sample variables were added.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Jun 2018 13:39:01 +0200
parents 88d0d60924cf
children 0fd572582ab8
comparison
equal deleted inserted replaced
22:d53de4169d11 23:c1ef0be0ae3d
1 #Name of the application, e.g. displayed at login time
1 VUE_APP_TITLE=Waterway Monitoring system 2 VUE_APP_TITLE=Waterway Monitoring system
3
4 #Backend URL
2 VUE_APP_API_URL=/api/ 5 VUE_APP_API_URL=/api/
6
7 #URL of secondary logo
3 VUE_APP_SECONDARY_LOGO_URL= 8 VUE_APP_SECONDARY_LOGO_URL=
9
10 #Path of vendored images is copied during a webpack build
11 VUE_APP_VENDOR_IMG_PATH=