Skip to content

Commit

Permalink
🌀 Adds SSL paths to .env template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Nov 9, 2021
1 parent 3593721 commit 5293b69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 5293b69

Please sign in to comment.