Custom secret resolver

How to add to project custom resolver that will resolve custom secrets?
Example to emphasis:

mypassword = ${db.password}

I would like my own resolver to resolve db.password

Hello there Yurir,

If you wanna do that, you will need to override the play ApplicationLoader.

Take a look at this project : https://github.com/play-rconf/play-rconf
It has a similar purpose.

1 Like