Open ramsafin opened 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?
*.yaml
*.properties
.gitignore
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?