Skip to content

Commit

Permalink
Adding additional static values for Maria access
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 5, 2016
1 parent b208e46 commit 955fcd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/grouper.hibernate.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ hibernate.connection.username = #MYSQL_USER#
# If you are using an empty password, depending upon your version of
# Java and Ant you may need to specify a password of "".
# Note: you can keep passwords external and encrypted: https://bugs.internet2.edu/jira/browse/GRP-122
hibernate.connection.password = #MYSQL_PASSWORD#
hibernate.connection.password = #MYSQL_PASSWORD#


hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
hibernate.connection.driver_class = com.mysql.jdbc.Driver

0 comments on commit 955fcd7

Please sign in to comment.