All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ryaltech.utils.spring.encryption.config.yml Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
#indicates whether on the fly encryption should be occurring
readOnly: false
#if readOnly is false
#patterns for properties to be encrypted
includePatterns:
    - .*password[^a-z]*
    - .*passphrase[^a-z]*
#patterns of properties that should be skipped even if includPatterns are met
excludePatterns:
#file to keep encryption key in
keyFileName: syskey.dat




© 2015 - 2025 Weber Informatics LLC | Privacy Policy