You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At present, environment variables are set through environment.ts files included in the angular build package. However, we can rewrite the logic of injecting values on runtime, which can be helpful when the angular application is built using Docker.
Describe the solution you'd like
We can have a combination of both scenarios, where env variables are injected as a part of the build package or on runtime. We can create a mechanism to read the values from buildSpec file and replace them with the values in environment.ts according to the application environment i.e. QA, PROD pr STAGE. Refer to https://github.com/sourcefuse/soundplay-ui/pull/222
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At present, environment variables are set through environment.ts files included in the angular build package. However, we can rewrite the logic of injecting values on runtime, which can be helpful when the angular application is built using Docker.
Describe the solution you'd like
We can have a combination of both scenarios, where env variables are injected as a part of the build package or on runtime. We can create a mechanism to read the values from buildSpec file and replace them with the values in environment.ts according to the application environment i.e. QA, PROD pr STAGE. Refer to https://github.com/sourcefuse/soundplay-ui/pull/222
The text was updated successfully, but these errors were encountered: