Last active
June 22, 2018 14:36
-
-
Save sweiland/d6fed135f0b072ac6afc12ec00cc81d0 to your computer and use it in GitHub Desktop.
PlaVent app-properties template
This file contains 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
db.url=jdbc:mysql://<yourServerIP>/<yourDatabase> | |
db.username=username | |
db.password=password | |
mail.smtp.host=yourMailServer | |
mail.smtp.port=smptPort | |
mail.smtp.user=mailUser | |
mail.smtp.pass=mailPassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment