I was looking at the configuration file and noticed that the environment variables are said to be defined through SAIL_BASE_URL, SAIL_CLIENT_ID, and SAIL_CLIENT_SECRET. The variables are then read as BASE_URL, CLIENT_ID, and CLIENT_SECRET.
When testing I noticed both Environment Variables were needed to be set in order to load correctly. This is due to the ternary operator in configuration.ts
I was looking at the configuration file and noticed that the environment variables are said to be defined through SAIL_BASE_URL, SAIL_CLIENT_ID, and SAIL_CLIENT_SECRET. The variables are then read as BASE_URL, CLIENT_ID, and CLIENT_SECRET.
When testing I noticed both Environment Variables were needed to be set in order to load correctly. This is due to the ternary operator in configuration.ts