diff options
author | morpheus65535 <[email protected]> | 2023-10-14 09:56:21 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-14 09:56:21 -0400 |
commit | c89da3e6192a519ccefa6bb7d9f9c9eaa280d373 (patch) | |
tree | 6343200ac81b8c7e8eb089ebfb828768f4d94c4f /frontend/.env.development | |
parent | d6579417ba3b3555bff3af446bef8a56e2d7a7c6 (diff) | |
download | bazarr-1.3.2-beta.0.tar.gz bazarr-1.3.2-beta.0.zip |
Changing from config.ini to config.yamlv1.3.2-beta.0
Diffstat (limited to 'frontend/.env.development')
-rw-r--r-- | frontend/.env.development | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/.env.development b/frontend/.env.development index e4f4ff67d..f2294ccb6 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -9,7 +9,7 @@ # Bazarr configuration path, must be absolute path # Vite will use this variable to find your bazarr's configuration file -VITE_BAZARR_CONFIG_FILE="../data/config/config.ini" +VITE_BAZARR_CONFIG_FILE="../data/config/config.yaml" # Display update section in settings VITE_CAN_UPDATE=true |