4 Easy steps to load configuration with pure-config
Reading Time: 3 minutes Configuration plays a very important role in application deployment. It is basicaly used to define environment variables and helps in deploying same code in different environment. In this blog we will be discussing 4 easy steps to load configuration with pure-config. Typically the configuration contains connection strings, connection details to external services and application settings etc. Typesafe config is one of the most popular library Continue Reading