Subversion Repositories SmartDukaan

Rev

Rev 21394 | Rev 21407 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21394 Rev 21403
Line 3... Line 3...
3
python.api.host = shop2020.in
3
python.api.host = shop2020.in
4
python.api.port = 8057
4
python.api.port = 8057
5
saholic.api.host = shop2020.in
5
saholic.api.host = shop2020.in
6
saholic.api.port = 8080
6
saholic.api.port = 8080
7
saholic.api.webapp = mobileapi
7
saholic.api.webapp = mobileapi
8
jdbc.driverClassName = com.mysql.jdbc.Driver
-
 
9
jdbc.url = jdbc:mysql://localhost:3306/dtr
-
 
10
jdbc.username = root
-
 
11
jdbc.password = shop2020
-
 
12
aramex.tracking.url = https://www.aramex.com/track_xml.asp
8
aramex.tracking.url = https://www.aramex.com/track_xml.asp
13
bluedart.tracking.url = http://www.bluedart.com/servlet/RoutingServlet?handler=tnt&action=custawbquery&loginid=DEL24119&awb=awb&format=XML&lickey=6265d61bafa6292c5ddfdb1ee335ca80&verno=1.3&scan=1&numbers=
9
bluedart.tracking.url = http://www.bluedart.com/servlet/RoutingServlet?handler=tnt&action=custawbquery&loginid=DEL24119&awb=awb&format=XML&lickey=6265d61bafa6292c5ddfdb1ee335ca80&verno=1.3&scan=1&numbers=
14
#Max Allowed file size - 5MB
10
#Max Allowed file size - 5MB
15
max.allowed.upload.size = 5000000
-
 
16
11
max.allowed.upload.size = 5000000
-
 
12
hibernate.driver.class=com.mysql.jdbc.Driver
-
 
13
hibernate.url=jdbc:mysql://localhost:3306/dtr
-
 
14
hibernate.user.name=root
-
 
15
hibernate.password=shop2020
-
 
16
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
-
 
17
hibernate.jdbc.batch_size=50
-
 
18
hibernate.show_sql=true
-
 
19
hibernate.format_sql=true
-
 
20
hibernate.hbm2ddl.auto=update
-
 
21
hibernate.c3p0.min_size=5
-
 
22
hibernate.c3p0.max_size=20
-
 
23
hibernate.c3p0.timeout=300
-
 
24
hibernate.c3p0.max_statements=50
-
 
25
hibernate.c3p0.idle_test_period=3000
-
 
26
17
27