view client/.env.sample @ 353:a80e589c5ade

fix: Fix broken environment variable setting In order to use .env variables with vue-cli it is necessary to adhere to the naming convention VUE_$VARNAME. See issue90.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 07 Aug 2018 13:57:31 +0200
parents 71970f03c9e8
children
line wrap: on
line source

#Name of the application, e.g. displayed at login time
VUE_APP_TITLE=Waterway Monitoring system

#Backend URL
VUE_APP_API_URL=/api/
VUE_BACKEND_API_URL=http://backend.example.com:8088

#URL of secondary logo
VUE_APP_SECONDARY_LOGO_URL=

#Path of vendored images is copied during a webpack build
VUE_APP_VENDOR_IMG_PATH=