feat(env variables): added env variables
1 unresolved thread
1 unresolved thread
Description
In the project we have two consts: BASE_API_URL and PROJECT_ID which can change depending on the instance. Moved them to .env file. Marked as next_public because they are used during runtime on
Things to consider in the future
- probably we will need some changes when we introduce cypress to the project to test on given instance.
Merge request reports
Activity
Filter activity
requested review from @AdrianOrlow and @mateuszmiko
added 1 commit
- 1d85f9b4 - fix(fallback for env variables): added fallback when there is error with env
added 1 commit
- 8eddd642 - fix(fallback for env variables): added fallback when there is error with env
- .env 0 → 100644
mentioned in commit adcc619c
Please register or sign in to reply