add https for dev server
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export REACT_APP_API_URL = http://$(HOST):$(API_PORT)
|
||||
export REACT_APP_API_URL = https://$(HOST):$(API_PORT)
|
||||
export REACT_APP_THUNDERFOREST_API_KEY=
|
||||
export REACT_APP_GPX_LIMIT_IMPORT=10
|
||||
export REACT_APP_MAX_SINGLE_FILE_SIZE=1048576
|
||||
|
Reference in New Issue
Block a user