mirror of https://github.com/morpheus65535/bazarr
8 lines
216 B
Bash
8 lines
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
|