Skip to content

Tag: application.conf

Fetching sensitive data from application.conf

I am trying to understand someone else´s Gradle project and need some help in understanding the syntax. In resources->application.conf there is configuration for username and password written this way: Where does that syntax mean and where do I get the values of username and password? I am currently using …