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
Currently we are fetching credentials from multiple files like .env, application.properties and build.gradle files. These details needs to be in sync otherwise the application will misbehave.
We can introduce a single source of truth(SSOT) to store values in one place and reference them wherever required.
The text was updated successfully, but these errors were encountered:
Currently we are fetching credentials from multiple files like .env, application.properties and build.gradle files. These details needs to be in sync otherwise the application will misbehave.
We can introduce a single source of truth(SSOT) to store values in one place and reference them wherever required.
The text was updated successfully, but these errors were encountered: