ramsafin / recommendation-engine

Spring Boot recommendation engine web application
2 stars 1 forks source link

Managing secrets #5

Open ramsafin opened 7 years ago

ramsafin commented 7 years ago

There're some property files (*.yaml, *.properties) where it's stored lots of Spring Boot configuration properties (database connection, api keys and so on).
The question is, how to manage them? Add to .gitignore file? Or, maybe, encrypt them?