2021-08-29 17:16:47 +00:00
|
|
|
# Override by duplicating me and rename to .env.local
|
2021-08-29 16:45:25 +00:00
|
|
|
# The following environment variables will only be used during development
|
|
|
|
|
|
|
|
# API key of your backend
|
2022-03-16 06:26:15 +00:00
|
|
|
# VITE_API_KEY="YOUR_SERVER_API_KEY"
|
2021-08-29 16:45:25 +00:00
|
|
|
|
|
|
|
# Address of your backend
|
2022-03-17 04:01:22 +00:00
|
|
|
# VITE_PROXY_URL=http://127.0.0.1:6767
|
2022-03-16 06:26:15 +00:00
|
|
|
|
|
|
|
# Bazarr configuration path, must be absolute path
|
2022-03-17 04:01:22 +00:00
|
|
|
# Vite will use this variable to find your bazarr's configuration file
|
2022-03-16 06:26:15 +00:00
|
|
|
VITE_BAZARR_CONFIG_FILE="../data/config/config.ini"
|
2021-08-29 16:45:25 +00:00
|
|
|
|
|
|
|
# Display update section in settings
|
2022-03-16 06:26:15 +00:00
|
|
|
VITE_CAN_UPDATE=true
|
2021-08-29 16:45:25 +00:00
|
|
|
|
|
|
|
# Display update notification in notification center
|
2022-03-16 06:26:15 +00:00
|
|
|
VITE_HAS_UPDATE=false
|
2022-01-22 13:35:11 +00:00
|
|
|
|
|
|
|
# Display React-Query devtools
|
2022-03-16 06:26:15 +00:00
|
|
|
VITE_QUERY_DEV=false
|
2022-03-17 04:01:22 +00:00
|
|
|
|
|
|
|
# Proxy Settings
|
|
|
|
|
|
|
|
# Allow Unsecured connection to your backend
|
|
|
|
VITE_PROXY_SECURE=true
|
|
|
|
|
|
|
|
# Allow websocket connection in Socket.IO
|
|
|
|
VITE_ALLOW_WEBSOCKET=true
|