CS2340-13
Github repository for Group 13
Steps to add env variables on IntelliJ:
- On the project go to "Run" -> "Edit Configurations...".
- In the "Environment variables" section, click the "..." button.
- Add the environment variable key-value pairs: API_KEY=123;API_URL=https://website.com
- Apply the changes and run your program using the updated configuration.