Advertisement
Guest User

Untitled

a guest
Jul 13th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. database:
  2. driver: "com.mysql.jdbc.Driver"
  3. url: "jdbc:mysql://sql.ourhost.com:3306/our_database"
  4. user: "our_username"
  5. password: "our_password"
  6. show-sql: false
  7.  
  8. # Our username and database are the same.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement