Skip to content

Instantly share code, notes, and snippets.

@niths
Created March 28, 2012 14:33
Show Gist options
  • Save niths/2226677 to your computer and use it in GitHub Desktop.
Save niths/2226677 to your computer and use it in GitHub Desktop.
The application property file
jdbc.driver.class_name=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/niths
# Change username to your MySQL server's admin username
jdbc.username=foo
# Also change the password. If there is no password remove this line
jdbc.password=bar
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
hibernate.hbm2ddl.auto=create-drop
hibernate.show_sql=true
# Create a new project at https://code.google.com/apis/console and replace `google.clientId`
google.clientId=baz
# Do the same for `google.clientSecret`
google.clientSecret=qux
# Define your own encryption password (or use the provided one)
jasypt.password=corge
smtp.host=smtp.gmail.com
smtp.port=587
# The Gmail account you wish to use for broadcasting
smtp.username=grault@gmail.com
# The Gmail password
smtp.password=garply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment