You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
592 B
25 lines
592 B
3 years ago
|
# Override by duplicating and rename to .env.local
|
||
|
# The following environment variables will only be used during development
|
||
|
|
||
|
# Required
|
||
|
|
||
|
# API key of your backend
|
||
|
REACT_APP_APIKEY="REPLACE_ME_TO_YOUR_SERVER_API_KEY"
|
||
|
|
||
|
# Address of your backend
|
||
|
REACT_APP_PROXY_URL=http://localhost:6767
|
||
|
|
||
|
# Optional
|
||
|
|
||
|
# Allow Unsecured connection to your backend
|
||
|
REACT_APP_PROXY_SECURE=true
|
||
|
|
||
|
# Allow websocket connection in Socket.IO
|
||
|
REACT_APP_ALLOW_WEBSOCKET=true
|
||
|
|
||
|
# Display update section in settings
|
||
|
REACT_APP_CAN_UPDATE=true
|
||
|
|
||
|
# Display update notification in notification center
|
||
|
REACT_APP_HAS_UPDATE=false
|