Created
September 29, 2021 14:55
-
-
Save GaetanoPiazzolla/32e5cac15d9ee57feb1e7862d36decf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
smtp: | |
host: "host.test.it" | |
port: "25" | |
auth: "true" | |
username: "username" | |
password: ${SMTP_PASSWORD} | |
email-from: "[email protected]" | |
email-from-name: "Name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related to medium article
https://medium.com/nerd-for-tech/using-jboss-credential-store-in-a-spring-application-4bacfd2d9e96