🔧 Adds new template vars to .env

This commit is contained in:
Alicia Sykes 2024-04-28 15:07:02 +01:00
parent 27f10d76db
commit 98b3fda407
1 changed files with 11 additions and 0 deletions

11
.env
View File

@ -27,6 +27,17 @@
# The path to the user data directory
# USER_DATA_DIR=user-data
# Enable HTTP basic auth to protect your *.yml config files
# ENABLE_HTTP_AUTH=true
# Enable basic HTTP auth to protect your *.yml config files
# BASIC_AUTH_USERNAME
# BASIC_AUTH_PASSWORD
# If you'd like frontend to automatically authenticate when basic auth enabled, set credentials here too
# VUE_APP_BASIC_AUTH_USERNAME
# VUE_APP_BASIC_AUTH_PASSWORD
# Override where the path to the configuration file is, can be a remote URL
# VUE_APP_CONFIG_PATH=/conf.yml