🌀 Adds SSL paths to .env template

This commit is contained in:
Alicia Sykes 2021-11-09 22:54:12 +00:00
parent 3593721fd7
commit 5293b69115
1 changed files with 8 additions and 1 deletions

9
.env
View File

@ -7,12 +7,19 @@
# The port to expose the running application on
# 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
# HOST=localhost
# The default base path for serving up static assets
# 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
# VUE_APP_DOMAIN=https://dashy.to
@ -23,4 +30,4 @@
# IS_DOCKER=true
# Again, set automatically using package.json during build time
# VUE_APP_VERSION=1.7.0
# VUE_APP_VERSION=2.0.0