remove unused env variables
This commit is contained in:
parent
7ffcaad332
commit
624f40e1d8
@ -31,7 +31,6 @@ before_script:
|
||||
- export DATABASE_TEST_URL=postgres://postgres:@localhost:5432/fittrackee_test
|
||||
- export APP_SETTINGS=fittrackee_api.config.TestingConfig
|
||||
- export REACT_APP_API_URL=http://127.0.0.1
|
||||
- export REACT_APP_ALLOW_REGISTRATION=true
|
||||
- export NODE_ENV=development
|
||||
- export TEST_URL=http://127.0.0.1
|
||||
- export DISPLAY=:99.0
|
||||
|
@ -1,9 +1,5 @@
|
||||
export REACT_APP_API_URL = https://$(HOST):$(API_PORT)
|
||||
export REACT_APP_API_URL = http://$(HOST):$(API_PORT)
|
||||
export REACT_APP_THUNDERFOREST_API_KEY=
|
||||
export REACT_APP_GPX_LIMIT_IMPORT=10
|
||||
export REACT_APP_MAX_SINGLE_FILE_SIZE=1048576
|
||||
export REACT_APP_MAX_ZIP_FILE_SIZE=10485760
|
||||
export REACT_APP_ALLOW_REGISTRATION=true
|
||||
export WEATHER_API=
|
||||
|
||||
# for dev env
|
||||
|
Loading…
Reference in New Issue
Block a user