add https for dev server

This commit is contained in:
Sam
2019-11-13 12:57:36 +01:00
parent 3fa964a2b8
commit 6447d22d97
4 changed files with 41 additions and 8 deletions

View File

@ -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