mirror of https://github.com/Lissy93/dashy.git
🌀 Adds SSL paths to .env template
This commit is contained in:
parent
3593721fd7
commit
5293b69115
9
.env
9
.env
|
@ -7,12 +7,19 @@
|
||||||
# The port to expose the running application on
|
# The port to expose the running application on
|
||||||
# PORT=4000
|
# PORT=4000
|
||||||
|
|
||||||
|
# If you've proved SSL certs, then can set HTTPS port
|
||||||
|
# SSL_PORT=4001
|
||||||
|
|
||||||
# The host that Dashy is running on, domain or IP
|
# The host that Dashy is running on, domain or IP
|
||||||
# HOST=localhost
|
# HOST=localhost
|
||||||
|
|
||||||
# The default base path for serving up static assets
|
# The default base path for serving up static assets
|
||||||
# BASE_URL=./
|
# BASE_URL=./
|
||||||
|
|
||||||
|
# Optionally, specify the path of SSL private + public keys
|
||||||
|
# SSL_PRIV_KEY_PATH=/etc/ssl/certs/dashy-priv.key
|
||||||
|
# SSL_PUB_KEY_PATH=/etc/ssl/certs/dashy-pub.pem
|
||||||
|
|
||||||
# Usually the same as BASE_URL, but accessible in frontend
|
# Usually the same as BASE_URL, but accessible in frontend
|
||||||
# VUE_APP_DOMAIN=https://dashy.to
|
# VUE_APP_DOMAIN=https://dashy.to
|
||||||
|
|
||||||
|
@ -23,4 +30,4 @@
|
||||||
# IS_DOCKER=true
|
# IS_DOCKER=true
|
||||||
|
|
||||||
# Again, set automatically using package.json during build time
|
# Again, set automatically using package.json during build time
|
||||||
# VUE_APP_VERSION=1.7.0
|
# VUE_APP_VERSION=2.0.0
|
||||||
|
|
Loading…
Reference in New Issue