mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🔧 Updates auto environmental variables
This commit is contained in:
parent
12bd1c2141
commit
51a45f2cc2
1 changed files with 21 additions and 7 deletions
28
.env
28
.env
|
|
@ -1,9 +1,23 @@
|
|||
# Store environmental variables here. All variables are optional.
|
||||
# Lines beginning in '#' are ignored.
|
||||
|
||||
# NODE_ENV=production # Can be either development, production or test
|
||||
# PORT=4000 # The port to expose the running application on
|
||||
# HOST=localhost # The host that Dashy is running on, domain or IP
|
||||
# BASE_URL=./ # The default base path for serving up static assets
|
||||
# VUE_APP_DOMAIN # Usually the same as BASE_URL, but accessible in frontend
|
||||
# IS_DOCKER=true # Usually already set, should be true if running in container
|
||||
# VUE_APP_VERSION # Again, set automatically using package.json during build
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue