Subversion Repositories SmartDukaan

Rev

Rev 13533 | Rev 13764 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3138 rajveer 1
[DEFAULT]
2
CONTENT_DB_PATH=/var/lib/tomcat6/webapps/db/
3
BERKELEY_DB_PATH=/var/lib/tomcat6/webapps/db/bdb/
4
EXPORT_IR_PATH=/var/lib/tomcat6/webapps/export/ir/
5
EXPORT_MEDIA_PATH=/var/lib/tomcat6/webapps/export/media/
3932 mandeep.dh 6
EXPORT_MEDIA_WEBSITE_PATH=/var/lib/tomcat6/webapps/export/media/website/
7
EXPORT_MEDIA_STATIC_PATH=/var/lib/tomcat6/webapps/export/media/static/
3138 rajveer 8
EXPORT_ENTITIES_PATH_SAHOLIC=/var/lib/tomcat6/webapps/export/html/entities-saholic/
9
EXPORT_ENTITIES_PATH_SHOP2020=/var/lib/tomcat6/webapps/export/html/entities-shop2020/
10
EXPORT_ENTITIES_PATH_LOCALHOST=/var/lib/tomcat6/webapps/export/html/entities-localhost/
11
EXPORT_DEFINITIONS_PATH=/var/lib/tomcat6/webapps/export/html/definitions/
12
EXPORT_DIFF_PATH=/var/lib/tomcat6/webapps/export/html/diff/
13
EXPORT_SOLR_PATH=/var/lib/tomcat6/webapps/export/solr/
14
EXPORT_PARTNERS_CONTENT_PATH=/var/lib/tomcat6/webapps/export/partners/
15
EXPORT_JAVASCRIPT_CONTENT_PATH=/var/lib/tomcat6/webapps/export/javascripts/
16
EXPORT_HELPDOCS_PATH=/var/lib/tomcat6/webapps/export/html/helpdocs/
17
EXPORT_VELOCITY_PATH=/var/lib/tomcat6/webapps/export/velocity/entities/
18
EXPORT_PATH=/var/lib/tomcat6/webapps/export/
19
export_entities_path=/var/lib/tomcat6/webapps/export/html/entities/
7677 anupam.sin 20
export_entities_path_for_storewebsite=/var/lib/tomcat6/webapps/export/html/entities/
4468 amit.gupta 21
UPLOAD_AMAZON_CONTENT_FTP=FALSE
5089 rajveer 22
production_servers_public_ips = 50.116.3.101 173.255.209.200 109.74.200.220 
23
production_servers_private_ips = 192.168.166.159 192.168.161.5 192.168.186.32
7337 amit.gupta 24
domainNamesForContentGeneration = saholic.com;shop2020.in;store.saholic.com:8080
4985 mandeep.dh 25
inventory_history_service_server_host=localhost
26
inventory_history_service_server_port=9015
27
inventory_history_service_db_hostname=localhost
5591 mandeep.dh 28
catalog_service_server_host_prod=localhost
9895 vikram.rag 29
catalog_service_server_host_staging=localhost
9945 vikram.rag 30
logistics_service_prod_server_host=localhost
31
logistics_service_prod_server_port=9011
13691 manish.sha 32
push_prices_to_prod_log_file="/var/log/services/pushToProductionLogs/pushToProd.log"
33
push_prices_to_prod_max_count=5
4985 mandeep.dh 34
 
4501 mandeep.dh 35
test_service_server_host=localhost
36
test_service_server_port=9009
37
test_service_dbname=test
38
test_service_db_hostname=localhost
3138 rajveer 39
user_service_server_host=localhost
40
user_service_server_port=9000
41
user_service_dbname=user
3188 rajveer 42
user_service_db_hostname=localhost
3138 rajveer 43
catalog_service_server_host=localhost
13691 manish.sha 44
catalog_service_server_host_prod=localhost
3138 rajveer 45
catalog_service_server_port=9001
46
catalog_service_dbname=catalog
3188 rajveer 47
catalog_service_db_hostname=localhost
3138 rajveer 48
transaction_service_server_host=localhost
6988 rajveer 49
support_transaction_service_server_host=support.shop2020.in
3138 rajveer 50
transaction_service_server_port=9002
51
transaction_service_dbname=transaction
3188 rajveer 52
transaction_service_db_hostname=localhost
3138 rajveer 53
helper_service_server_host=localhost
7065 kshitij.so 54
helper_service_server=localhost
3138 rajveer 55
helper_service_server_port=9008
56
helper_service_dbname=helper
3188 rajveer 57
helper_service_db_hostname=localhost
3138 rajveer 58
logistics_service_server_host=localhost
59
logistics_service_server_port=9011
60
logistics_service_dbname=logistics
3188 rajveer 61
logistics_service_db_hostname=localhost
3138 rajveer 62
warehouse_service_server_host=localhost
63
warehouse_service_server_port=9013
64
warehouse_service_dbname=warehouse
3188 rajveer 65
warehouse_service_db_hostname=localhost
4501 mandeep.dh 66
purchase_service_server_host=localhost
67
purchase_service_server_port=9017
68
purchase_service_dbname=warehouse
69
purchase_service_db_hostname=localhost
3138 rajveer 70
crm_service_server_host=localhost
71
crm_service_server_port=9014
72
crm_service_dbname=crm
3188 rajveer 73
crm_service_db_hostname=localhost
3138 rajveer 74
payments_service_server_host=localhost
75
payments_service_server_port=9012
76
payments_service_dbname=payment
3188 rajveer 77
payments_service_db_hostname=localhost
3138 rajveer 78
promotion_service_server_host=localhost
79
promotion_service_server_port=9005
80
promotion_service_dbname=user
3188 rajveer 81
promotion_service_db_hostname=localhost
5549 amar.kumar 82
alert_service_server_host=localhost
83
alert_service_server_port=9018
5611 amar.kumar 84
alert_service_dbname=monitor
5549 amar.kumar 85
alert_service_db_hostname=localhost
5944 mandeep.dh 86
inventory_service_server_host=localhost
87
inventory_service_server_port=9019
88
inventory_service_dbname=inventory
89
inventory_service_db_hostname=localhost
3138 rajveer 90
 
3893 chandransh 91
content_service_server_host=localhost
92
content_service_server_port=9016
93
 
9062 manish.sha 94
adwords_service_server_port=9229
95
adwords_service_server_host=localhost
96
adwords_service_db_hostname=localhost
9349 manish.sha 97
staging_hostname=localhost
3893 chandransh 98
 
3138 rajveer 99
inventory_time_to_procure=48
100
inventory_stock_threshold=2
101
delivery_cutoff_time=15
102
default_pincode=110001
103
LATEST_ARRIVALS_LIMIT=50
104
saholic_customer_care_mail=help@saholic.com
4482 rajveer 105
aramex_update_url=http://www.aramex.com/track_xml.asp?ShipmentNumber=
3138 rajveer 106
bluedart_update_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=
5262 phani.kuma 107
Delhivery_update_url=http://track.delhivery.com/api/packages/xml/?token=bda066415b6b56698559e80b1a8345980882c90f&
3138 rajveer 108
afl_update_url=http://trackntrace.aflwiz.com/aflwiztrack?shpntnum=
109
afl_barcode_fontsize = 22
110
bluedart_barcode_fontsize = 32
3468 chandransh 111
aramex_barcode_fontsize = 22
7915 manish.sha 112
fedex_barcode_fontsize = 22
5251 mandeep.dh 113
delhivery_barcode_fontsize = 22
6955 amar.kumar 114
redexpress_barcode_fontsize = 22
5643 mandeep.dh 115
selfpickup_barcode_fontsize = 22
116
runner_barcode_fontsize = 22
8182 amar.kumar 117
ebay-bluedart_barcode_fontsize = 25
118
ebay-fedex_barcode_fontsize = 25
119
ebay-dtdc_barcode_fontsize = 25
120
ebay-aramex_barcode_fontsize = 25
8577 amar.kumar 121
ebay-dotzot_barcode_fontsize = 25
8507 amar.kumar 122
snapdeal-delhivery_barcode_fontsize = 22
123
snapdeal-firstflight_barcode_fontsize = 22
124
snapdeal-bluedart_barcode_fontsize = 22
8807 amar.kumar 125
snapdeal-ecom_barcode_fontsize = 22
8992 amar.kumar 126
flipkart-ekart_barcode_fontsize = 22
9108 vikram.rag 127
snapdeal-gatiair_barcode_fontsize = 22
9114 vikram.rag 128
snapdeal-aramex_barcode_fontsize = 22
9126 vikram.rag 129
snapdeal-quantium_barcode_fontsize = 22
9135 vikram.rag 130
snapdeal-overniteexpress_barcode_fontsize = 22
9163 rajveer 131
snapdeal-dtdc_barcode_fontsize = 22
9185 vikram.rag 132
snapdeal-redexpress_barcode_fontsize = 22
9186 vikram.rag 133
snapdeal-gati_barcode_fontsize = 22
9189 vikram.rag 134
snapdeal-wareolog_barcode_fontsize = 22
135
snapdeal-bluedatapex_barcode_fontsize = 22	
9889 manish.sha 136
snapdeal-indiapost_barcode_fontsize = 22
10234 vikram.rag 137
snapdeal-bibhacargo_barcode_fontsize = 22
10581 kshitij.so 138
snapdeal-ff-delhi_barcode_fontsize = 22
139
snapdeal-ff-gurgaon_barcode_fontsize = 22
10705 manish.sha 140
snapdeal-tanvi-express_barcode_fontsize = 22
10762 manish.sha 141
velex_logistics_pvt_ltd_barcode_fontsize = 22
10769 manish.sha 142
snapdeal-xpressbees_barcode_fontsize = 22
10868 vikram.rag 143
snapdeal-courier_barcode_fontsize = 22
13691 manish.sha 144
homeShop18-courier_barcode_fontsize = 22
10571 manish.sha 145
 
3138 rajveer 146
solr_url=http://localhost:8983/solr/select/
147
 
3170 rajveer 148
risky_flag_log=/var/log/services/riskyflag.log
4649 phani.kuma 149
courier_cost_factor = 60
150
courier_weight_factor = 500
151
breakeven_divisor = 0.98
152
breakeven_additon_factor = 50
153
transfer_price_percentage = 2
154
transfer_price_factor = 50
3138 rajveer 155
 
5586 phani.kuma 156
entityId_mandatory = FALSE
157
catalog_service_server_host_master=localhost
5944 mandeep.dh 158
catalog_service_server_host_hotspot=localhost
5586 phani.kuma 159
 
5968 rajveer 160
sourceid=1
6338 rajveer 161
allow_recharge=false
6848 kshitij.so 162
ips_for_banner_uploading=NA
7407 kshitij.so 163
catalog_service_server_host_amazon=localhost
7748 anupam.sin 164
showTestMessageOnStoreWebsite=false
7915 manish.sha 165
 
166
fedex_account_number=510087089
167
fedex_meter_number=118585428
168
fedex_authenication_key=4XqfCFRFM4uXe6Wm
169
fedex_authenication_password=LtIgtKmluqOPikdNmTjXWPkTo
170
fedex_endpoint_address_track=https://wsbeta.fedex.com:443/web-services/track
171
fedex_endpoint_address_ship=https://wsbeta.fedex.com:443/web-services/ship
172
 
10281 kshitij.so 173
sync_price_on_marketplace=false
174
 
3138 rajveer 175
[DEV]
3909 chandransh 176
PUSH_PRICES_TO_PROD_SCRIPT_PATH=/root/code/trunk/runutils/push-content-to-production.sh
177
 
6070 anupam.sin 178
recharge_success_url=http://local.shop2020.in:8080/recharge-result
12535 amit.gupta 179
push_prices_to_prod_log_file=/var/log/services/pushToProductionLogs/pushToProd.log
180
push_prices_to_prod_max_count=5
6417 rajveer 181
emi_payment_resource_file_path=/hdfc-emi/test/
182
emi_payment_alias_name=90001194
183
emi_payment_alias_name5=90001194
184
emi_payment_alias_name10=90001194
185
emi_payment_alias_name11=90001194
186
emi_payment_alias_name12=90001194
6983 rajveer 187
emi_payment_alias_name14=90001194
6417 rajveer 188
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
10847 amit.gupta 189
m_emi_payment_response_url=http://m.shop2020.in/hdfc-emi-pay-response
6417 rajveer 190
emi_payment_success_url=http://www.shop2020.in/pay-success
10847 amit.gupta 191
m_emi_payment_success_url=http://m.shop2002.in/pay-success
6417 rajveer 192
emi_payment_error_url=http://www.shop2020.in/pay-error
10847 amit.gupta 193
m_emi_payment_error_url=http://m.shop2020.in/pay-error
6417 rajveer 194
 
3138 rajveer 195
ebs_account_id=5880
196
ebs_secret_key=ebskey
197
ebs_pay_mode=TEST
3250 chandransh 198
ebs_processing_url=http://local.shop2020.in:8080/ebs-pay-response/?DR=
10264 amit.gupta 199
m_ebs_processing_url=http://180.179.212.93/saholic/ebs-pay-response/?DR=
3250 chandransh 200
ebs_return_url=http://local.shop2020.in:8080/ebs-pay-processing/?DR={DR}
10264 amit.gupta 201
m_ebs_return_url=http://180.179.212.93/saholic/ebs-pay-processing/?DR={DR}
3170 rajveer 202
ebs_success_url=http://local.shop2020.in:8080/pay-success
10264 amit.gupta 203
m_ebs_success_url=http://180.179.212.93/saholic:8080/pay-success
3170 rajveer 204
ebs_error_url=http://local.shop2020.in:8080/pay-error
10264 amit.gupta 205
m_ebs_error_url=http://180.179.212.93/saholic/pay-error
3138 rajveer 206
 
13293 amit.gupta 207
payu_account_id=gtKFFx
208
payu_secret_key=eCwWELxi
209
payu_return_url=/payu-pay-response
210
payu_success_url=/pay-success
211
payu_cancel_url=/proceed-to-pay
212
payu_error_url=/pay-error
213
payu_post_url=https://test.payu.in/_payment
214
payu_api_url=https://test.payu.in/merchant/postservice.php?form=2
215
recharge_result_uri=/recharge-result
216
pay_options_url=/proceed-to-pay
217
recharge_url=/recharge
6063 rajveer 218
 
6432 rajveer 219
innoviti_account_id=544433321212272 
220
innoviti_secret_key=123^~uni%)
221
innoviti_return_url=http://local.shop2020.in:8080/innoviti-pay-response
6807 rajveer 222
innoviti_sub_account_id=3001
223
innoviti_gateway_url=https://demo.innoviti.net:8443/uniPayNetIpg/saleTrans
6432 rajveer 224
 
3138 rajveer 225
[STAGING]
6097 amit.gupta 226
promotion_service_db_hostname=localhost
12535 amit.gupta 227
warehouse_service_server_host=192.168.149.148
228
warehouse_service_server_port=9013
4194 mandeep.dh 229
 
11302 kshitij.so 230
catalog_service_server_host_prod=192.168.166.159
5947 mandeep.dh 231
inventory_service_server_host=192.168.149.148
3138 rajveer 232
PUSH_PRICES_TO_PROD_SCRIPT_PATH=/root/code/trunk/runutils/push-content-to-production.sh
12535 amit.gupta 233
push_prices_to_prod_log_file=/var/log/services/pushToProductionLogs/pushToProd.log
3170 rajveer 234
push_prices_to_prod_max_count=5
11302 kshitij.so 235
logistics_service_prod_server_host=192.168.166.159
5113 amit.gupta 236
logistics_service_prod_server_port=9011
4468 amit.gupta 237
UPLOAD_AMAZON_CONTENT_FTP=TRUE
9934 amit.gupta 238
 
239
 
3170 rajveer 240
[TEST]
7677 anupam.sin 241
export_entities_path_for_storewebsite=/var/lib/tomcat6/webapps/export/html/entities_storewebsite/
4617 rajveer 242
payment_resource_file_path=/hdfc/test/
3138 rajveer 243
payment_alias_name=90001194
244
payment_response_url=http://www.shop2020.in/hdfc-pay-response
10847 amit.gupta 245
m_payment_response_url=http://m.shop2020.in/hdfc-pay-response
3138 rajveer 246
payment_success_url=http://www.shop2020.in/pay-success
10556 amit.gupta 247
m_payment_success_url=http://m.shop2020.in/pay-success
3138 rajveer 248
payment_error_url=http://www.shop2020.in/pay-error
10556 amit.gupta 249
m_payment_error_url=http://m.shop2020.in/pay-error
6633 amit.gupta 250
helper_service_server_host_prod=localhost
6417 rajveer 251
emi_payment_resource_file_path=/hdfc-emi/test/
3616 chandransh 252
emi_payment_alias_name=90001194
6416 rajveer 253
emi_payment_alias_name5=90001194
254
emi_payment_alias_name10=90001194
255
emi_payment_alias_name11=90001194
256
emi_payment_alias_name12=90001194
6983 rajveer 257
emi_payment_alias_name14=90001194
3616 chandransh 258
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
10847 amit.gupta 259
m_emi_payment_response_url=http://m.shop2020.in/hdfc-emi-pay-response
3616 chandransh 260
emi_payment_success_url=http://www.shop2020.in/pay-success
10556 amit.gupta 261
m_emi_payment_success_url=http://m.shop2020.in/pay-success
3616 chandransh 262
emi_payment_error_url=http://www.shop2020.in/pay-error
10556 amit.gupta 263
m_emi_payment_error_url=http://m.shop2020.in/pay-error
3616 chandransh 264
 
6122 rajveer 265
payment_response_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
10847 amit.gupta 266
m_payment_response_url_for_recharge=http://m.shop2020.in/hdfc-recharge-response
10556 amit.gupta 267
payment_error_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
10847 amit.gupta 268
m_payment_error_url_for_recharge=http://www.shop2020.in/mobileapi/hdfc-recharge-response
6070 anupam.sin 269
recharge_success_url=http://www.shop2020.in/recharge-result
10556 amit.gupta 270
m_recharge_success_url=http://m.shop2020.in/recharge-result
6070 anupam.sin 271
 
10496 amit.gupta 272
ebs_account_id=10624
273
ebs_secret_key=ebskey
10492 amit.gupta 274
ebs_pay_mode=LIVE
10866 amit.gupta 275
ebs_page_id=38
3138 rajveer 276
ebs_processing_url=http://www.shop2020.in/ebs-pay-response/?DR=
10556 amit.gupta 277
m_ebs_processing_url=http://m.shop2020.in/ebs-pay-response/?DR=
3138 rajveer 278
ebs_return_url=http://www.shop2020.in/ebs-pay-processing/?DR={DR}
10556 amit.gupta 279
m_ebs_return_url=http://m.shop2020.in/ebs-pay-processing/?DR={DR}
3138 rajveer 280
ebs_success_url=http://www.shop2020.in/pay-success
10556 amit.gupta 281
m_ebs_success_url=http://m.shop2020.in/pay-success
3138 rajveer 282
ebs_error_url=http://www.shop2020.in/pay-error
10590 amit.gupta 283
m_ebs_error_url=http://m.shop2020.in/pay-error
3138 rajveer 284
 
13293 amit.gupta 285
payu_account_id=gtKFFx
286
payu_secret_key=eCwWELxi
287
payu_return_url=/payu-pay-response
288
payu_success_url=/pay-success
289
payu_cancel_url=/proceed-to-pay
290
payu_error_url=/pay-error
291
payu_post_url=https://test.payu.in/_payment
292
payu_api_url=https://test.payu.in/merchant/postservice.php?form=2
293
recharge_result_uri=/recharge-result
294
pay_options_url=/proceed-to-pay
295
recharge_url=/recharge
6063 rajveer 296
 
13422 amit.gupta 297
 
298
payu_account_id=FUBDhn
299
payu_secret_key=dLEcBdwi
300
payu_return_url=/payu-pay-response
301
payu_success_url=/pay-success
302
payu_cancel_url=/proceed-to-pay
303
payu_error_url=/pay-error
304
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 305
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 306
recharge_result_uri=/recharge-result
307
pay_options_url=/proceed-to-pay
308
recharge_url=/recharge
309
 
10442 amit.gupta 310
innoviti_account_id=656463565655623
10435 amit.gupta 311
innoviti_secret_key=bg@#8&
6446 rajveer 312
innoviti_return_url=http://www.shop2020.in/innoviti-pay-response
10557 amit.gupta 313
m_innoviti_return_url=http://m.shop2020.in/innoviti-pay-response
10435 amit.gupta 314
innoviti_sub_account_id=bg67
6807 rajveer 315
innoviti_gateway_url=https://demo.innoviti.net:8443/uniPayNetIpg/saleTrans
10435 amit.gupta 316
m_innoviti_gateway_url=https://122.166.12.85:13001/uniPAYSpice/saleTrans
7748 anupam.sin 317
 
318
showTestMessageOnStoreWebsite=true
7999 manish.sha 319
 
320
fedex_account_number=510087089
321
fedex_meter_number=118585428
322
fedex_authenication_key=4XqfCFRFM4uXe6Wm
323
fedex_authenication_password=LtIgtKmluqOPikdNmTjXWPkTo
324
fedex_endpoint_address_track=https://wsbeta.fedex.com:443/web-services/track
325
fedex_endpoint_address_ship=https://wsbeta.fedex.com:443/web-services/ship
6403 rajveer 326
 
3170 rajveer 327
[SUPPORT]
5143 anupam.sin 328
catalog_service_db_hostname=192.168.190.114
329
transaction_service_db_hostname=192.168.190.114
5949 mandeep.dh 330
inventory_service_db_hostname=192.168.190.114
7843 rajveer 331
logistics_service_db_hostname=192.168.190.114
9349 manish.sha 332
staging_hostname=192.168.166.135
3468 chandransh 333
 
11302 kshitij.so 334
payments_service_server_host=192.168.166.159
335
promotion_service_server_host=192.168.166.159
336
user_service_server_host=192.168.166.159
4944 rajveer 337
crm_service_server_host=192.168.191.71
3327 chandransh 338
 
5462 mandeep.dh 339
catalog_service_server_host_prod=192.168.166.135
3327 chandransh 340
catalog_service_server_host=localhost
7407 kshitij.so 341
catalog_service_server_host_amazon=192.168.166.135
3138 rajveer 342
 
9934 amit.gupta 343
catalog_service_server_host_staging=192.168.166.135
344
 
11302 kshitij.so 345
solr_url=http://192.168.166.159:8983/solr/select/
3230 rajveer 346
 
11302 kshitij.so 347
helper_service_server_host_prod=192.168.166.159
5623 anupam.sin 348
helper_service_server_port_prod=9008
4915 varun.gupt 349
 
9062 manish.sha 350
adwords_service_server_host=localhost
351
adwords_service_db_hostname=192.168.190.114
352
 
5611 amar.kumar 353
alert_service_server_host=173.255.253.139
354
alert_service_server_port=9018
355
alert_service_dbname=monitor
356
alert_service_db_hostname=localhost
357
 
8351 manish.sha 358
fedex_account_number=377498933
9338 manish.sha 359
fedex_account_number_mumbai=512033946
8351 manish.sha 360
fedex_meter_number=105452205
9782 manish.sha 361
fedex_meter_number_mumbai=106151740
8351 manish.sha 362
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 363
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
8351 manish.sha 364
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 365
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
8351 manish.sha 366
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
9782 manish.sha 367
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship 
8351 manish.sha 368
 
7112 rajveer 369
allow_recharge=true
5611 amar.kumar 370
 
10281 kshitij.so 371
sync_price_on_marketplace=true
372
 
4921 rajveer 373
[SUPPORT_LONDON]
5951 mandeep.dh 374
inventory_service_server_host=192.168.186.32
4921 rajveer 375
catalog_service_server_host=192.168.186.32
376
transaction_service_server_host=192.168.186.32
377
logistics_service_server_host=192.168.186.32
378
payments_service_server_host=192.168.186.32
379
promotion_service_server_host=192.168.186.32
380
user_service_server_host=192.168.186.32
381
 
5089 rajveer 382
[BUILD-TEST]
383
payment_resource_file_path=/hdfc/test/
384
payment_alias_name=90001194
385
payment_response_url=http://www.shop2020.in/hdfc-pay-response
386
payment_success_url=http://www.shop2020.in/pay-success
387
payment_error_url=http://www.shop2020.in/pay-error
6050 anupam.sin 388
payment_response_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
10847 amit.gupta 389
payment_error_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
6050 anupam.sin 390
recharge_success_url=http://www.shop2020.in/recharge-result
3290 rajveer 391
 
6417 rajveer 392
emi_payment_resource_file_path=/hdfc-emi/test/
5089 rajveer 393
emi_payment_alias_name=90001194
394
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
395
emi_payment_success_url=http://www.shop2020.in/pay-success
396
emi_payment_error_url=http://www.shop2020.in/pay-error
3468 chandransh 397
 
5089 rajveer 398
ebs_account_id=5880
399
ebs_secret_key=ebskey
400
ebs_pay_mode=TEST
401
ebs_processing_url=http://www.shop2020.in/ebs-pay-response/?DR=
402
ebs_return_url=http://www.shop2020.in/ebs-pay-processing/?DR={DR}
403
ebs_success_url=http://www.shop2020.in/pay-success
404
ebs_error_url=http://www.shop2020.in/pay-error
3202 rajveer 405
 
5089 rajveer 406
[PROD1]
5079 rajveer 407
crm_service_server_host=192.168.191.71
408
 
409
catalog_service_db_hostname=192.168.190.114
410
helper_service_db_hostname=192.168.190.114
411
logistics_service_db_hostname=192.168.190.114
412
promotion_service_db_hostname=192.168.190.114
413
transaction_service_db_hostname=192.168.190.114
414
user_service_db_hostname=192.168.190.114
415
payments_service_db_hostname=192.168.190.114
5951 mandeep.dh 416
inventory_service_db_hostname=192.168.190.114
5079 rajveer 417
 
418
catalog_service_server_host1=localhost
419
catalog_service_server_port1=9001
5951 mandeep.dh 420
inventory_service_server_host1=localhost
421
inventory_service_server_port1=9019
5079 rajveer 422
helper_service_server_host1=localhost
423
helper_service_server_port1=9008
424
logistics_service_server_host1=localhost
425
logistics_service_server_port1=9011
426
payments_service_server_host=localhost
427
payments_service_server_port=9012
428
promotion_service_server_host1=localhost
429
promotion_service_server_port1=9005
430
transaction_service_server_host1=localhost
431
transaction_service_server_port1=9002
432
user_service_server_host1=localhost
433
user_service_server_port1=9000
434
 
435
catalog_service_server_host2=192.168.161.5
436
catalog_service_server_port2=9001
5951 mandeep.dh 437
inventory_service_server_host2=192.168.161.5
438
inventory_service_server_port2=9019
5079 rajveer 439
helper_service_server_host2=192.168.161.5
440
helper_service_server_port2=9008
441
logistics_service_server_host2=192.168.161.5
442
logistics_service_server_port2=9011
443
payments_service_server_host2=192.168.161.5
444
payments_service_server_port2=9012
445
promotion_service_server_host2=192.168.161.5
446
promotion_service_server_port2=9005
447
transaction_service_server_host2=192.168.161.5
448
transaction_service_server_port2=9002
449
user_service_server_host2=192.168.161.5
450
user_service_server_port2=9000
451
 
452
payment_resource_file_path=/hdfc/production/
453
payment_alias_name=70002267
454
payment_response_url=http://www.saholic.com/hdfc-pay-response
10847 amit.gupta 455
m_payment_response_url=http://m.saholic.com/hdfc-pay-response
5079 rajveer 456
payment_success_url=http://www.saholic.com/pay-success
10556 amit.gupta 457
m_payment_success_url=http://m.saholic.com/pay-success
5079 rajveer 458
payment_error_url=http://www.saholic.com/pay-error
10556 amit.gupta 459
m_payment_error_url=http://m.saholic.com/pay-error
6050 anupam.sin 460
payment_response_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
10847 amit.gupta 461
m_payment_response_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 462
payment_error_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
10847 amit.gupta 463
m_payment_error_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 464
recharge_success_url=http://www.saholic.com/recharge-result
10847 amit.gupta 465
m_recharge_success_url=http://m.saholic.com/recharge-result
6050 anupam.sin 466
 
5079 rajveer 467
emi_payment_resource_file_path=/hdfc-emi/production/
8951 rajveer 468
emi_payment_alias_name=73000052
469
emi_payment_alias_name5=73000052
470
emi_payment_alias_name10=73000100
471
emi_payment_alias_name11=73000101
472
emi_payment_alias_name12=73000102
6983 rajveer 473
emi_payment_alias_name14=72001275
5079 rajveer 474
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
10847 amit.gupta 475
m_emi_payment_response_url=http://m.saholic.com/hdfc-emi-pay-response
5079 rajveer 476
emi_payment_success_url=http://www.saholic.com/pay-success
10556 amit.gupta 477
m_emi_payment_success_url=http://m.saholic.com/pay-success
5079 rajveer 478
emi_payment_error_url=http://www.saholic.com/pay-error
10556 amit.gupta 479
m_emi_payment_error_url=http://m.saholic.com/pay-error
5079 rajveer 480
 
481
ebs_account_id=7780
482
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
483
ebs_pay_mode=LIVE
10866 amit.gupta 484
ebs_page_id=33
5079 rajveer 485
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
10556 amit.gupta 486
m_ebs_processing_url=http://m.saholic.com/ebs-pay-response/?DR=
5079 rajveer 487
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
10556 amit.gupta 488
m_ebs_return_url=http://m.saholic.com/ebs-pay-processing/?DR={DR}
5079 rajveer 489
ebs_success_url=http://www.saholic.com/pay-success
10556 amit.gupta 490
m_ebs_success_url=http://m.saholic.com/pay-success
5079 rajveer 491
ebs_error_url=http://www.saholic.com/pay-error
10556 amit.gupta 492
m_ebs_error_url=http://m.saholic.com/pay-error
5079 rajveer 493
 
13422 amit.gupta 494
 
495
payu_account_id=FUBDhn
496
payu_secret_key=dLEcBdwi
497
payu_return_url=/payu-pay-response
498
payu_success_url=/pay-success
499
payu_cancel_url=/proceed-to-pay
500
payu_error_url=/pay-error
501
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 502
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 503
recharge_result_uri=/recharge-result
504
pay_options_url=/proceed-to-pay
505
recharge_url=/recharge
506
 
6807 rajveer 507
innoviti_account_id=544433321212273 
508
innoviti_secret_key=sr#@*$
509
innoviti_return_url=http://www.saholic.com/innoviti-pay-response
10556 amit.gupta 510
m_innoviti_return_url=http://m.saholic.com/innoviti-pay-response
6807 rajveer 511
innoviti_sub_account_id=sr05
512
innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
11028 amit.gupta 513
m_innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
6807 rajveer 514
 
6338 rajveer 515
allow_recharge=true
5079 rajveer 516
 
6848 kshitij.so 517
ips_for_banner_uploading=173.255.209.200 109.74.200.220
518
secret_key_file=/usr/share/tomcat6/id_rsa
519
 
7915 manish.sha 520
fedex_account_number=377498933
9338 manish.sha 521
fedex_account_number_mumbai=512033946
7915 manish.sha 522
fedex_meter_number=105452205
9782 manish.sha 523
fedex_meter_number_mumbai=106151740
7915 manish.sha 524
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 525
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
7915 manish.sha 526
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 527
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
7915 manish.sha 528
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
529
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
530
 
3170 rajveer 531
[PROD2]
3999 mandeep.dh 532
crm_service_server_host=192.168.191.71
3170 rajveer 533
 
3468 chandransh 534
catalog_service_db_hostname=192.168.190.114
535
helper_service_db_hostname=192.168.190.114
536
logistics_service_db_hostname=192.168.190.114
537
promotion_service_db_hostname=192.168.190.114
538
transaction_service_db_hostname=192.168.190.114
539
user_service_db_hostname=192.168.190.114
4619 mandeep.dh 540
payments_service_db_hostname=192.168.190.114
5951 mandeep.dh 541
inventory_service_db_hostname=192.168.190.114
3290 rajveer 542
 
3204 rajveer 543
catalog_service_server_host1=localhost
3240 rajveer 544
catalog_service_server_port1=9001
5951 mandeep.dh 545
inventory_service_server_host1=localhost
546
inventory_service_server_port1=9019
3468 chandransh 547
helper_service_server_host1=localhost
548
helper_service_server_port1=9008
3204 rajveer 549
logistics_service_server_host1=localhost
3240 rajveer 550
logistics_service_server_port1=9011
3468 chandransh 551
payments_service_server_host=localhost
552
payments_service_server_port=9012
3204 rajveer 553
promotion_service_server_host1=localhost
3240 rajveer 554
promotion_service_server_port1=9005
3468 chandransh 555
transaction_service_server_host1=localhost
556
transaction_service_server_port1=9002
557
user_service_server_host1=localhost
558
user_service_server_port1=9000
3202 rajveer 559
 
11302 kshitij.so 560
catalog_service_server_host2=192.168.166.159
3240 rajveer 561
catalog_service_server_port2=9001
11302 kshitij.so 562
inventory_service_server_host2=192.168.166.159
5951 mandeep.dh 563
inventory_service_server_port2=9019
11302 kshitij.so 564
helper_service_server_host2=192.168.166.159
3468 chandransh 565
helper_service_server_port2=9008
11302 kshitij.so 566
logistics_service_server_host2=192.168.166.159
3240 rajveer 567
logistics_service_server_port2=9011
11302 kshitij.so 568
payments_service_server_host2=192.168.166.159
3509 rajveer 569
payments_service_server_port2=9012
11302 kshitij.so 570
promotion_service_server_host2=192.168.166.159
3240 rajveer 571
promotion_service_server_port2=9005
11302 kshitij.so 572
transaction_service_server_host2=192.168.166.159
3468 chandransh 573
transaction_service_server_port2=9002
11302 kshitij.so 574
user_service_server_host2=192.168.166.159
3468 chandransh 575
user_service_server_port2=9000
3204 rajveer 576
 
4617 rajveer 577
payment_resource_file_path=/hdfc/production/
3138 rajveer 578
payment_alias_name=70002267
579
payment_response_url=http://www.saholic.com/hdfc-pay-response
11028 amit.gupta 580
m_payment_response_url=http://m.saholic.com/hdfc-pay-response
3138 rajveer 581
payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 582
m_payment_success_url=http://m.saholic.com/pay-success
3138 rajveer 583
payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 584
m_payment_error_url=http://m.saholic.com/pay-error
6050 anupam.sin 585
payment_response_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 586
m_payment_response_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 587
payment_error_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 588
m_payment_error_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 589
recharge_success_url=http://www.saholic.com/recharge-result
11028 amit.gupta 590
m_recharge_success_url=http://m.saholic.com/recharge-result
591
 
4617 rajveer 592
emi_payment_resource_file_path=/hdfc-emi/production/
8951 rajveer 593
emi_payment_alias_name=73000052
594
emi_payment_alias_name5=73000052
595
emi_payment_alias_name10=73000100
596
emi_payment_alias_name11=73000101
597
emi_payment_alias_name12=73000102
6983 rajveer 598
emi_payment_alias_name14=72001275
3621 chandransh 599
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
11028 amit.gupta 600
m_emi_payment_response_url=http://m.saholic.com/hdfc-emi-pay-response
3621 chandransh 601
emi_payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 602
m_emi_payment_success_url=http://m.saholic.com/pay-success
3621 chandransh 603
emi_payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 604
m_emi_payment_error_url=http://m.saholic.com/pay-error
3616 chandransh 605
 
3138 rajveer 606
ebs_account_id=7780
607
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
608
ebs_pay_mode=LIVE
11028 amit.gupta 609
ebs_page_id=33
3138 rajveer 610
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
11028 amit.gupta 611
m_ebs_processing_url=http://m.saholic.com/ebs-pay-response/?DR=
3138 rajveer 612
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
11028 amit.gupta 613
m_ebs_return_url=http://m.saholic.com/ebs-pay-processing/?DR={DR}
3138 rajveer 614
ebs_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 615
m_ebs_success_url=http://m.saholic.com/pay-success
3138 rajveer 616
ebs_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 617
m_ebs_error_url=http://m.saholic.com/pay-error
3179 rajveer 618
 
13422 amit.gupta 619
payu_account_id=FUBDhn
620
payu_secret_key=dLEcBdwi
621
payu_return_url=/payu-pay-response
622
payu_success_url=/pay-success
623
payu_cancel_url=/proceed-to-pay
624
payu_error_url=/pay-error
625
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 626
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 627
recharge_result_uri=/recharge-result
628
pay_options_url=/proceed-to-pay
629
recharge_url=/recharge
630
 
6807 rajveer 631
innoviti_account_id=544433321212273 
632
innoviti_secret_key=sr#@*$
633
innoviti_return_url=http://www.saholic.com/innoviti-pay-response
11028 amit.gupta 634
m_innoviti_return_url=http://m.saholic.com/innoviti-pay-response
6807 rajveer 635
innoviti_sub_account_id=sr05
636
innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
11028 amit.gupta 637
m_innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
6807 rajveer 638
 
6338 rajveer 639
allow_recharge=true
640
 
7915 manish.sha 641
fedex_account_number=377498933
9338 manish.sha 642
fedex_account_number_mumbai=512033946
7915 manish.sha 643
fedex_meter_number=105452205
9782 manish.sha 644
fedex_meter_number_mumbai=106151740
7915 manish.sha 645
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 646
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
7915 manish.sha 647
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 648
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
7915 manish.sha 649
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
650
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
651
 
3536 chandransh 652
[PROD3]
3999 mandeep.dh 653
crm_service_server_host=74.207.253.182
3536 chandransh 654
 
4947 rajveer 655
catalog_service_db_hostname=192.168.192.144
656
helper_service_db_hostname=192.168.192.144
657
logistics_service_db_hostname=192.168.192.144
658
promotion_service_db_hostname=192.168.192.144
659
transaction_service_db_hostname=192.168.192.144
660
user_service_db_hostname=192.168.192.144
661
payments_service_db_hostname=192.168.192.144
5951 mandeep.dh 662
inventory_service_db_hostname=192.168.192.144
3536 chandransh 663
 
664
catalog_service_server_host1=localhost
665
catalog_service_server_port1=9001
5951 mandeep.dh 666
inventory_service_server_host1=localhost
667
inventory_service_server_port1=9019
3536 chandransh 668
helper_service_server_host1=localhost
669
helper_service_server_port1=9008
670
logistics_service_server_host1=localhost
671
logistics_service_server_port1=9011
672
payments_service_server_host=localhost
673
payments_service_server_port=9012
674
promotion_service_server_host1=localhost
675
promotion_service_server_port1=9005
676
transaction_service_server_host1=localhost
677
transaction_service_server_port1=9002
678
user_service_server_host1=localhost
679
user_service_server_port1=9000
680
 
4617 rajveer 681
payment_resource_file_path=/hdfc/production/
3536 chandransh 682
payment_alias_name=70002267
683
payment_response_url=http://www.saholic.com/hdfc-pay-response
11028 amit.gupta 684
m_payment_response_url=http://m.saholic.com/hdfc-pay-response
3536 chandransh 685
payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 686
m_payment_success_url=http://m.saholic.com/pay-success
3536 chandransh 687
payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 688
m_payment_error_url=http://m.saholic.com/pay-error
6050 anupam.sin 689
payment_response_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 690
m_payment_response_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 691
payment_error_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 692
m_payment_error_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 693
recharge_success_url=http://www.saholic.com/recharge-result
11028 amit.gupta 694
m_recharge_success_url=http://m.saholic.com/recharge-result
695
 
4617 rajveer 696
emi_payment_resource_file_path=/hdfc-emi/production/
8951 rajveer 697
emi_payment_alias_name=73000052
698
emi_payment_alias_name5=73000052
699
emi_payment_alias_name10=73000100
700
emi_payment_alias_name11=73000101
701
emi_payment_alias_name12=73000102
6983 rajveer 702
emi_payment_alias_name14=72001275
3621 chandransh 703
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
11028 amit.gupta 704
m_emi_payment_response_url=http://m.saholic.com/hdfc-emi-pay-response
3621 chandransh 705
emi_payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 706
m_emi_payment_success_url=http://m.saholic.com/pay-success
3621 chandransh 707
emi_payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 708
m_emi_payment_error_url=http://m.saholic.com/pay-error
3616 chandransh 709
 
3536 chandransh 710
ebs_account_id=7780
711
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
712
ebs_pay_mode=LIVE
11028 amit.gupta 713
ebs_page_id=33
3536 chandransh 714
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
11028 amit.gupta 715
m_ebs_processing_url=http://m.saholic.com/ebs-pay-response/?DR=
3536 chandransh 716
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
11028 amit.gupta 717
m_ebs_return_url=http://m.saholic.com/ebs-pay-processing/?DR={DR}
3536 chandransh 718
ebs_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 719
m_ebs_success_url=http://m.saholic.com/pay-success
3536 chandransh 720
ebs_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 721
m_ebs_error_url=http://m.saholic.com/pay-error
3536 chandransh 722
 
13422 amit.gupta 723
payu_account_id=FUBDhn
724
payu_secret_key=dLEcBdwi
725
payu_return_url=/payu-pay-response
726
payu_success_url=/pay-success
727
payu_cancel_url=/proceed-to-pay
728
payu_error_url=/pay-error
729
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 730
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 731
recharge_result_uri=/recharge-result
732
pay_options_url=/proceed-to-pay
733
recharge_url=/recharge
734
 
6807 rajveer 735
innoviti_account_id=544433321212273 
736
innoviti_secret_key=sr#@*$
737
innoviti_return_url=http://www.saholic.com/innoviti-pay-response
11028 amit.gupta 738
m_innoviti_return_url=http://m.saholic.com/innoviti-pay-response
6807 rajveer 739
innoviti_sub_account_id=sr05
740
innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
11028 amit.gupta 741
m_innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
6807 rajveer 742
 
6338 rajveer 743
allow_recharge=true
744
 
7915 manish.sha 745
fedex_account_number=377498933
9338 manish.sha 746
fedex_account_number_mumbai=512033946
7915 manish.sha 747
fedex_meter_number=105452205
9782 manish.sha 748
fedex_meter_number_mumbai=106151740
7915 manish.sha 749
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 750
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
7915 manish.sha 751
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 752
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
7915 manish.sha 753
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
754
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
755
 
3179 rajveer 756
[LOCAL_TESTING]
757
export_entities_path=/opt/apache-tomcat-6.0.29/webapps/export/html/entities/
758
 
759
catalog_service_server_port=10001
760
catalog_service_dbname=catalog_test
761
helper_service_server_port=10008
762
helper_service_dbname=helper_test
763
logistics_service_server_port=10011
764
logistics_service_dbname=logistics_test
765
promotion_service_server_port=10005
766
promotion_service_dbname=user_test
3468 chandransh 767
transaction_service_server_port=10002
768
transaction_service_dbname=transaction_test
769
user_service_server_port=10000
770
user_service_dbname=user_test
3179 rajveer 771
 
772
delivery_cutoff_time=-1
773
solr_url=http://localhost:8993/solr/select/
774
 
775
ebs_account_id=5880
776
ebs_secret_key=ebskey
777
ebs_pay_mode=TEST
778
ebs_processing_url=http://local.shop2020.in:8090/ebs-pay-response/?DR=
779
ebs_return_url=http://local.shop2020.in:8090/ebs-pay-processing/?DR={DR}
780
ebs_success_url=http://local.shop2020.in:8090/pay-success
781
ebs_error_url=http://local.shop2020.in:8090/pay-error
3961 mandeep.dh 782
 
783
[CUSTOMER_SUPPORT]
5143 anupam.sin 784
catalog_service_db_hostname=192.168.190.114
5951 mandeep.dh 785
inventory_service_db_hostname=192.168.190.114
5143 anupam.sin 786
transaction_service_db_hostname=192.168.190.114
787
user_service_db_hostname=192.168.190.114
788
payments_service_db_hostname=192.168.190.114
5890 anupam.sin 789
logistics_service_db_hostname=192.168.190.114
5910 amar.kumar 790
alert_service_server_host=192.168.149.148
791
alert_service_server_port=9018
11302 kshitij.so 792
helper_service_server=192.168.166.159
5172 anupam.sin 793
 
6513 rajveer 794
payment_resource_file_path=/hdfc/production/
795
payment_alias_name=70002267
796
 
797
emi_payment_resource_file_path=/hdfc-emi/production/
798
emi_payment_alias_name=72000328
799
emi_payment_alias_name5=72000328
800
emi_payment_alias_name10=72001028
801
emi_payment_alias_name11=72001029
802
emi_payment_alias_name12=72001030
6983 rajveer 803
emi_payment_alias_name14=72001275
6513 rajveer 804
 
805
ebs_account_id=7780
806
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
807
 
8375 manish.sha 808
fedex_account_number=377498933
9338 manish.sha 809
fedex_account_number_mumbai=512033946
8375 manish.sha 810
fedex_meter_number=105452205
9782 manish.sha 811
fedex_meter_number_mumbai=106151740
8375 manish.sha 812
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 813
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
8375 manish.sha 814
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 815
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
8375 manish.sha 816
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
817
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
818
 
5172 anupam.sin 819
[CS_BACKUP]
820
catalog_service_db_hostname=192.168.192.144
5951 mandeep.dh 821
inventory_service_db_hostname=192.168.192.144
5172 anupam.sin 822
transaction_service_db_hostname=192.168.192.144
823
user_service_db_hostname=192.168.192.144
5660 mandeep.dh 824
payments_service_db_hostname=192.168.192.144
5890 anupam.sin 825
logistics_service_db_hostname=192.168.192.144
5910 amar.kumar 826
alert_service_server_host=173.255.253.139
827
alert_service_server_port=9018
5660 mandeep.dh 828
 
829
[HOTSPOT]
7380 rajveer 830
catalog_service_db_hostname=192.168.190.114
831
transaction_service_db_hostname=192.168.190.114
832
inventory_service_db_hostname=192.168.190.114
7401 rajveer 833
logistics_service_db_hostname=192.168.190.114
834
payments_service_db_hostname=192.168.190.114
835
user_service_db_hostname=192.168.190.114
836
helper_service_db_hostname=192.168.190.114
5685 mandeep.dh 837
 
7380 rajveer 838
promotion_service_server_host=192.168.166.159
839
crm_service_server_host=192.168.191.71
5685 mandeep.dh 840
 
7380 rajveer 841
catalog_service_server_host_prod=192.168.166.135
842
catalog_service_server_host=localhost
843
 
844
solr_url=http://192.168.166.159:8983/solr/select/
845
 
846
helper_service_server_host_prod=192.168.166.159
847
helper_service_server_port_prod=9008
848
 
849
alert_service_server_host=173.255.253.139
850
alert_service_server_port=9018
851
alert_service_dbname=monitor
852
alert_service_db_hostname=localhost
853
 
854
allow_recharge=true