2021-08-19 21:14:50 +02:00
|
|
|
# Store environmental variables here. All variables are optional.
|
2021-09-04 00:52:36 +02:00
|
|
|
# Lines beginning in '#' are ignored.
|
2021-08-19 21:14:50 +02:00
|
|
|
|
2021-09-04 00:52:36 +02:00
|
|
|
# Can be either development, production or test
|
|
|
|
# NODE_ENV=production
|
|
|
|
|
|
|
|
# The port to expose the running application on
|
|
|
|
# PORT=4000
|
|
|
|
|
|
|
|
# The host that Dashy is running on, domain or IP
|
|
|
|
# HOST=localhost
|
|
|
|
|
|
|
|
# The default base path for serving up static assets
|
|
|
|
# BASE_URL=./
|
|
|
|
|
|
|
|
# Usually the same as BASE_URL, but accessible in frontend
|
|
|
|
# VUE_APP_DOMAIN=https://dashy.to
|
|
|
|
|
2021-09-04 21:01:25 +02:00
|
|
|
# Should enable SRI for build script and link resources
|
|
|
|
# INTEGRITY=true
|
|
|
|
|
2021-09-04 00:52:36 +02:00
|
|
|
# Computed automatically on build. Indicates if running in container
|
|
|
|
# IS_DOCKER=true
|
|
|
|
|
|
|
|
# Again, set automatically using package.json during build time
|
|
|
|
# VUE_APP_VERSION=1.7.0
|