Skip to content

Commit 5580c7f

Browse files
authored
Merge pull request #24 from gibinjoy/patch-1
Update config.properties
2 parents 36b62fc + 162b2ba commit 5580c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdbc.driver=com.mysql.jdbc.Driver
2-
jdbc.url=jdbc:mysql://localhost:3306/dev_db
3-
jdbc.username=root
4-
jdbc.password=root
2+
jdbc.url=YOUR DB URL
3+
jdbc.username=YOUR USERNAME
4+
jdbc.password=YOUR PASS

0 commit comments

Comments
 (0)