changing the port back to default

This commit is contained in:
eugenp 2015-03-04 12:46:27 +02:00
parent 4c6e0c8a1f
commit dace105b0e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
################### DataSource Configuration ##########################
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3606/oauth_reddit?createDatabaseIfNotExist=true
jdbc.url=jdbc:mysql://localhost:3306/oauth_reddit?createDatabaseIfNotExist=true
jdbc.user=tutorialuser
jdbc.pass=tutorialmy5ql
init-db=false