Subversion Repositories SmartDukaan

Rev

Rev 2898 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2898 Rev 2899
Line 1... Line 1...
1
jdbc.driverClassName=com.mysql.jdbc.Driver
1
jdbc.driverClassName=com.mysql.jdbc.Driver
2
#jdbc.url=jdbc:mysql://localhost/payment?useUnicode=true&characterEncoding=utf8
2
#jdbc.url=jdbc:mysql://localhost/payment?useUnicode=true&characterEncoding=utf8
3
jdbc.url=jdbc:mysql://localhost/payment_test
3
jdbc.url=jdbc:mysql://localhost/payment_test
4
jdbc.username=root
4
jdbc.username=root
5
jdbc.password=shop2020
5
jdbc.password=shop2020
6
 
-