How to handle encrypting database password in Play Framework 2.6 application.conf ?

174 views Asked by At

I have a Play Java application and in conf/application.conf file , I don't want to put database.password property in plain text. I tried encrypting password as mentioned in this post. (Encrypting db password in application.conf) but play 2.6 errors out saying cannot find symbol PlayPlugin.

Any recommendation on how to encrypt password in play confs ?

0

There are 0 answers