Skip to content
Advertisement

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 intelliJ IDEA. If I know the values of sensitive data, is

Advertisement