Skip to content

Instantly share code, notes, and snippets.

@sweiland
Last active June 22, 2018 14:36
Show Gist options
  • Save sweiland/d6fed135f0b072ac6afc12ec00cc81d0 to your computer and use it in GitHub Desktop.
Save sweiland/d6fed135f0b072ac6afc12ec00cc81d0 to your computer and use it in GitHub Desktop.
PlaVent app-properties template
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