Subversion Repositories SmartDukaan

Rev

Rev 35413 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35413 amit 1
# ============================================
2
# SHARED PROPERTIES - Development Environment
3
# ============================================
4
# This file contains shared integration properties used across all applications
5
# (profitmandi-web, profitmandi-fofo, profitmandi-cron)
6
#
7
# DO NOT duplicate these in app-specific properties files.
8
# Add new integration properties here instead.
9
# ============================================
10
 
11
# -----------------
35832 amit 12
# Database & Hibernate
13
# -----------------
14
hibernate.driver.class=com.mysql.jdbc.Driver
15
hibernate.url=jdbc:mysql://localhost:3306/dtr?useSSL=false
16
hibernate.user.name=root
17
hibernate.password=shop2020
18
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
19
hibernate.jdbc.batch_size=50
20
hibernate.order_inserts=true
21
hibernate.order_updates=true
22
hibernate.show_sql=true
23
hibernate.format_sql=true
24
 
25
# -----------------
26
# HikariCP Connection Pool
27
# -----------------
28
hikari.maximumPoolSize=20
29
hikari.minimumIdle=2
30
hikari.idleTimeout=30000
31
hikari.maxLifetime=1800000
32
hikari.connectionTimeout=30000
33
hikari.keepaliveTime=300000
34
 
35
# -----------------
36
# MongoDB
37
# -----------------
38
mongo.host=localhost
39
content.mongo.host=localhost
40
 
41
# -----------------
35413 amit 42
# Pinelabs Payment Gateway
43
# -----------------
44
pinelabs.account.id=11467
45
pinelabs.account.accesscode=7a21c34c-7654-42dd-9051-5c4a3d26b215
46
pinelabs.account.key=63443989D6834F97A0F2587AEB49259E
47
pinelabs.api.base.url=https://pluraluat.v2.pinepg.in
48
pinelabs.api.client.id=59194fe5-4c27-4e6e-8deb-4e59f8f4fd7b
49
pinelabs.api.client.secret=024dd66a367549b380bd322ff6c3b279
50
 
51
# -----------------
52
# Razorpay Payment Gateway
53
# -----------------
54
razorpay.account.keyId=rzp_test_PkZANxizfIK5kf
55
razorpay.account.keySecret=0FtBqIaEnTkt9i0pJR2yIQTB
56
razorpay.api.url=https://api.razorpay.com/v1
57
razorpay.x.account.keyId=rzp_test_DxOfNY2clymVK6
58
razorpay.x.account.keySecret=SJeX1n2cioERwpvqzRH7CrIP
59
razorpay.x.account.number=2323230070814074
60
 
61
# -----------------
62
# CCAvenue Payment Gateway
63
# -----------------
64
ccavenue.account.id=265088
65
ccavenue.account.accesscode=AVSR93HG37AQ37RSQA
66
ccavenue.account.key=7B7B05EB5EF9FF1222798CF064E94EFE
67
ccavenue.action.url=https://test.ccavenue.com/transaction/transaction.do?command=initiateTransaction
68
ccavenue.api.url=https://logintest.ccavenue.com/apis/servlet/DoWebTrans
69
 
70
# CCAvenue Loan
71
loan.ccavenue.account.id=364379
72
loan.ccavenue.account.accesscode=AVLG05ID98AF42GLFA
73
loan.ccavenue.account.key=9CA9F3B7C1221BF2F07C8F6C6B9B006A
74
loan.ccavenue.api.url=https://apitest.ccavenue.com/apis/servlet/DoWebTrans
75
 
76
# -----------------
77
# Oxigen Recharge Service
78
# -----------------
79
oxigen.recharge.transaction.url=http://122.15.12.37:8119/OSG/transservice.aspx
80
oxigen.recharge.enquiry.url=http://122.15.12.37:8119/enquiryservicenew/default.aspx
81
oxigen.recharge.auth.key=SU5HU1RHMDQ6SU5HU1RHMDRAbXAxMjM=
82
oxigen.recharge.validation.url=http://122.15.12.34:5006/validate/recharge
83
oxigen.recharge.validation.auth.key=T3hpX2ludGVnQDIwMTc6T3hpQDIwMTcgICAg
84
 
85
# -----------------
86
# Think Walnut Digital Recharge Service
87
# -----------------
88
think.walnut.digital.recharge.transaction.mobile.url=http://api.twd.bz/wallet/api/mobile.php
89
think.walnut.digital.recharge.transaction.dth.url=http://api.twd.bz/wallet/api/dth.php
90
think.walnut.digital.recharge.enquiry.url=http://api.twd.bz/wallet/api/checkStatus.php
91
think.walnut.digital.recharge.balance.url=http://api.twd.bz/wallet/api/getBalance.php
92
think.walnut.digital.recharge.username=sandbox
93
think.walnut.digital.recharge.password=test123
94
think.walnut.digital.recharge.auth.key=77de68daecd823babbb58edb1c8e14d7106e83bb
95
 
96
# -----------------
97
# Toffee Insurance API
98
# -----------------
99
tofee.api.host=https://uat.toffeeinsurance.com/
100
tofee.api.grantType=password
101
tofee.api.clientId=16
102
tofee.api.clientSecret=dswmahFgEb4MRiax639e79UoDz3l8D6R93aPYkyV
103
tofee.api.username=toffee_api@dummy.com
104
tofee.api.password=password
105
 
106
# -----------------
107
# Shipping & Tracking
108
# -----------------
109
aramex.tracking.url=https://www.aramex.com/track_xml.asp
110
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=
111
delhivery.tracking.token=1232
112
 
113
# -----------------
114
# Shopify Integration
115
# -----------------
116
shopify.shopName=smartdukaanstore
117
shopify.apiName=smartDukaanApis
118
shopify.apiKey=194125cbfed726edcb5c9b292b457dee
119
shopify.apiSecret=96f07fa068aab4933b2f1eeae2cefe34
120
shopify.accessToken=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
121
shopify.apiVersion=2025-07