feat(env variables): added env variables
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.