mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-14 11:44:45 +08:00
8 lines
No EOL
216 B
Bash
8 lines
No EOL
216 B
Bash
# Please override by creating a .env.local file at the same directory
|
|
# Required
|
|
REACT_APP_APIKEY="YOUR_SERVER_API_KEY"
|
|
|
|
# Optional
|
|
REACT_APP_CAN_UPDATE=true
|
|
REACT_APP_HAS_UPDATE=false
|
|
REACT_APP_LOG_REDUX_EVENT=false |