diff --git a/.env b/.env index c7953212..c0e28b94 100644 --- a/.env +++ b/.env @@ -27,6 +27,15 @@ # Usually the same as BASE_URL, but accessible in frontend # VUE_APP_DOMAIN=https://dashy.to +# Override the page title for the frontend app +# VUE_APP_TITLE='' + +# Set the default view to load on startup (can be `minimal`, `workspace` or `home`) +# VUE_APP_STARTING_VIEW=home + +# Set the Vue app routing mode (can be 'hash', 'history' or 'abstract') +# VUE_APP_ROUTING_MODE=history + # Should enable SRI for build script and link resources # INTEGRITY=true @@ -37,4 +46,4 @@ # VUE_APP_VERSION=2.0.0 # Directory for conf.yml backups -# BACKUP_DIR=./public/ \ No newline at end of file +# BACKUP_DIR=./public/