| Line 1... |
Line 1... |
| 1 |
# properties for development environment
|
1 |
# properties for staging environment
|
| 2 |
solr.url = http://192.168.158.89:8983/solr/collection1/select
|
2 |
solr.url = http://192.168.158.89:8983/solr/collection1/select
|
| 3 |
python.api.host = 192.168.158.89
|
3 |
python.api.host = 192.168.158.89
|
| 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 |
aramex.tracking.url = https://www.aramex.com/track_xml.asp
|
- |
|
| 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=
|
- |
|
| 10 |
#Max Allowed file size - 5MB
|
8 |
#Max Allowed file size - 5MB
|
| 11 |
max.allowed.upload.size = 5000000
|
9 |
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 |
# HikariCP Connection Pool Settings
|
- |
|
| 21 |
hikari.maximumPoolSize=20
|
- |
|
| 22 |
hikari.minimumIdle=2
|
- |
|
| 23 |
hikari.idleTimeout=30000
|
- |
|
| 24 |
hikari.maxLifetime=1800000
|
- |
|
| 25 |
hikari.connectionTimeout=30000
|
- |
|
| 26 |
hikari.keepaliveTime=300000
|
- |
|
| 27 |
admin.token = profitmandi
|
10 |
admin.token = profitmandi
|
| 28 |
angular.app.url = http://pm.shop2020.in/
|
11 |
angular.app.url = http://pm.shop2020.in/
|
| 29 |
notifications.api.host=192.168.158.89
|
12 |
notifications.api.host=192.168.158.89
|
| 30 |
notifications.api.port=3001
|
13 |
notifications.api.port=3001
|
| 31 |
mongo.host=localhost
|
- |
|
| 32 |
content.mongo.host=192.168.202.117
|
- |
|
| 33 |
this.app.url=http://pm.shop2020.in:8080/profitmandi-web/
|
14 |
this.app.url=http://pm.shop2020.in:8080/profitmandi-web/
|
| 34 |
fofo.warehouseIds=7682,7684
|
15 |
fofo.warehouseIds=7682,7684
|
| 35 |
gadgetCops.invoice.cc=amit.gupta@shop2020.in
|
16 |
gadgetCops.invoice.cc=amit.gupta@shop2020.in
|
| 36 |
oxigen.recharge.transaction.url=http://122.15.12.37:8119/OSG/transservice.aspx
|
17 |
oxigen.recharge.transaction.url=http://122.15.12.37:8119/OSG/transservice.aspx
|
| 37 |
oxigen.recharge.enquiry.url=http://122.15.12.37:8119/enquiryservicenew/default.aspx
|
18 |
oxigen.recharge.enquiry.url=http://122.15.12.37:8119/enquiryservicenew/default.aspx
|