Skip to content

Commit

Permalink
Revert mysql port property back to the standard MySQL default of 3306.
Browse files Browse the repository at this point in the history
I (Randy Kerber) had changed it to 3006 for Open PHACTS because the
Docker setup for openphacts was looking for mysql on port 3006.
But other users of BridgeDb might be relying on the old default of 3306.
  • Loading branch information
randykerber committed May 17, 2017
1 parent 6514255 commit b62f4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.bridgedb.utils/resources/BridgeDb.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#It is HIGHLY RECOMMENDED to overwrite all relative directory paths!

###########Main SQL Database and user settings #######################
SqlPort jdbc:mysql://localhost:3006
SqlPort jdbc:mysql://localhost:3306
SqlDatabase ims
SqlUser ims
SqlPassword ims
Expand Down

0 comments on commit b62f4be

Please sign in to comment.