Subversion Repositories SmartDukaan

Rev

Rev 13691 | Rev 14370 | 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
 
13764 manish.sha 239
sync_price_on_marketplace=true
9934 amit.gupta 240
 
13764 manish.sha 241
 
3170 rajveer 242
[TEST]
7677 anupam.sin 243
export_entities_path_for_storewebsite=/var/lib/tomcat6/webapps/export/html/entities_storewebsite/
4617 rajveer 244
payment_resource_file_path=/hdfc/test/
3138 rajveer 245
payment_alias_name=90001194
246
payment_response_url=http://www.shop2020.in/hdfc-pay-response
10847 amit.gupta 247
m_payment_response_url=http://m.shop2020.in/hdfc-pay-response
3138 rajveer 248
payment_success_url=http://www.shop2020.in/pay-success
10556 amit.gupta 249
m_payment_success_url=http://m.shop2020.in/pay-success
3138 rajveer 250
payment_error_url=http://www.shop2020.in/pay-error
10556 amit.gupta 251
m_payment_error_url=http://m.shop2020.in/pay-error
6633 amit.gupta 252
helper_service_server_host_prod=localhost
6417 rajveer 253
emi_payment_resource_file_path=/hdfc-emi/test/
3616 chandransh 254
emi_payment_alias_name=90001194
6416 rajveer 255
emi_payment_alias_name5=90001194
256
emi_payment_alias_name10=90001194
257
emi_payment_alias_name11=90001194
258
emi_payment_alias_name12=90001194
6983 rajveer 259
emi_payment_alias_name14=90001194
3616 chandransh 260
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
10847 amit.gupta 261
m_emi_payment_response_url=http://m.shop2020.in/hdfc-emi-pay-response
3616 chandransh 262
emi_payment_success_url=http://www.shop2020.in/pay-success
10556 amit.gupta 263
m_emi_payment_success_url=http://m.shop2020.in/pay-success
3616 chandransh 264
emi_payment_error_url=http://www.shop2020.in/pay-error
10556 amit.gupta 265
m_emi_payment_error_url=http://m.shop2020.in/pay-error
3616 chandransh 266
 
6122 rajveer 267
payment_response_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
10847 amit.gupta 268
m_payment_response_url_for_recharge=http://m.shop2020.in/hdfc-recharge-response
10556 amit.gupta 269
payment_error_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
10847 amit.gupta 270
m_payment_error_url_for_recharge=http://www.shop2020.in/mobileapi/hdfc-recharge-response
6070 anupam.sin 271
recharge_success_url=http://www.shop2020.in/recharge-result
10556 amit.gupta 272
m_recharge_success_url=http://m.shop2020.in/recharge-result
6070 anupam.sin 273
 
10496 amit.gupta 274
ebs_account_id=10624
275
ebs_secret_key=ebskey
10492 amit.gupta 276
ebs_pay_mode=LIVE
10866 amit.gupta 277
ebs_page_id=38
3138 rajveer 278
ebs_processing_url=http://www.shop2020.in/ebs-pay-response/?DR=
10556 amit.gupta 279
m_ebs_processing_url=http://m.shop2020.in/ebs-pay-response/?DR=
3138 rajveer 280
ebs_return_url=http://www.shop2020.in/ebs-pay-processing/?DR={DR}
10556 amit.gupta 281
m_ebs_return_url=http://m.shop2020.in/ebs-pay-processing/?DR={DR}
3138 rajveer 282
ebs_success_url=http://www.shop2020.in/pay-success
10556 amit.gupta 283
m_ebs_success_url=http://m.shop2020.in/pay-success
3138 rajveer 284
ebs_error_url=http://www.shop2020.in/pay-error
10590 amit.gupta 285
m_ebs_error_url=http://m.shop2020.in/pay-error
3138 rajveer 286
 
13293 amit.gupta 287
payu_account_id=gtKFFx
288
payu_secret_key=eCwWELxi
289
payu_return_url=/payu-pay-response
290
payu_success_url=/pay-success
291
payu_cancel_url=/proceed-to-pay
292
payu_error_url=/pay-error
293
payu_post_url=https://test.payu.in/_payment
294
payu_api_url=https://test.payu.in/merchant/postservice.php?form=2
295
recharge_result_uri=/recharge-result
296
pay_options_url=/proceed-to-pay
297
recharge_url=/recharge
6063 rajveer 298
 
13422 amit.gupta 299
 
300
payu_account_id=FUBDhn
301
payu_secret_key=dLEcBdwi
302
payu_return_url=/payu-pay-response
303
payu_success_url=/pay-success
304
payu_cancel_url=/proceed-to-pay
305
payu_error_url=/pay-error
306
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 307
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 308
recharge_result_uri=/recharge-result
309
pay_options_url=/proceed-to-pay
310
recharge_url=/recharge
311
 
10442 amit.gupta 312
innoviti_account_id=656463565655623
10435 amit.gupta 313
innoviti_secret_key=bg@#8&
6446 rajveer 314
innoviti_return_url=http://www.shop2020.in/innoviti-pay-response
10557 amit.gupta 315
m_innoviti_return_url=http://m.shop2020.in/innoviti-pay-response
10435 amit.gupta 316
innoviti_sub_account_id=bg67
6807 rajveer 317
innoviti_gateway_url=https://demo.innoviti.net:8443/uniPayNetIpg/saleTrans
10435 amit.gupta 318
m_innoviti_gateway_url=https://122.166.12.85:13001/uniPAYSpice/saleTrans
7748 anupam.sin 319
 
320
showTestMessageOnStoreWebsite=true
7999 manish.sha 321
 
322
fedex_account_number=510087089
323
fedex_meter_number=118585428
324
fedex_authenication_key=4XqfCFRFM4uXe6Wm
325
fedex_authenication_password=LtIgtKmluqOPikdNmTjXWPkTo
326
fedex_endpoint_address_track=https://wsbeta.fedex.com:443/web-services/track
327
fedex_endpoint_address_ship=https://wsbeta.fedex.com:443/web-services/ship
6403 rajveer 328
 
3170 rajveer 329
[SUPPORT]
5143 anupam.sin 330
catalog_service_db_hostname=192.168.190.114
331
transaction_service_db_hostname=192.168.190.114
5949 mandeep.dh 332
inventory_service_db_hostname=192.168.190.114
7843 rajveer 333
logistics_service_db_hostname=192.168.190.114
9349 manish.sha 334
staging_hostname=192.168.166.135
3468 chandransh 335
 
11302 kshitij.so 336
payments_service_server_host=192.168.166.159
337
promotion_service_server_host=192.168.166.159
338
user_service_server_host=192.168.166.159
4944 rajveer 339
crm_service_server_host=192.168.191.71
3327 chandransh 340
 
5462 mandeep.dh 341
catalog_service_server_host_prod=192.168.166.135
3327 chandransh 342
catalog_service_server_host=localhost
7407 kshitij.so 343
catalog_service_server_host_amazon=192.168.166.135
3138 rajveer 344
 
9934 amit.gupta 345
catalog_service_server_host_staging=192.168.166.135
346
 
11302 kshitij.so 347
solr_url=http://192.168.166.159:8983/solr/select/
3230 rajveer 348
 
11302 kshitij.so 349
helper_service_server_host_prod=192.168.166.159
5623 anupam.sin 350
helper_service_server_port_prod=9008
4915 varun.gupt 351
 
9062 manish.sha 352
adwords_service_server_host=localhost
353
adwords_service_db_hostname=192.168.190.114
354
 
5611 amar.kumar 355
alert_service_server_host=173.255.253.139
356
alert_service_server_port=9018
357
alert_service_dbname=monitor
358
alert_service_db_hostname=localhost
359
 
8351 manish.sha 360
fedex_account_number=377498933
9338 manish.sha 361
fedex_account_number_mumbai=512033946
8351 manish.sha 362
fedex_meter_number=105452205
9782 manish.sha 363
fedex_meter_number_mumbai=106151740
8351 manish.sha 364
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 365
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
8351 manish.sha 366
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 367
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
8351 manish.sha 368
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
9782 manish.sha 369
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship 
8351 manish.sha 370
 
7112 rajveer 371
allow_recharge=true
5611 amar.kumar 372
 
10281 kshitij.so 373
sync_price_on_marketplace=true
374
 
4921 rajveer 375
[SUPPORT_LONDON]
5951 mandeep.dh 376
inventory_service_server_host=192.168.186.32
4921 rajveer 377
catalog_service_server_host=192.168.186.32
378
transaction_service_server_host=192.168.186.32
379
logistics_service_server_host=192.168.186.32
380
payments_service_server_host=192.168.186.32
381
promotion_service_server_host=192.168.186.32
382
user_service_server_host=192.168.186.32
383
 
5089 rajveer 384
[BUILD-TEST]
385
payment_resource_file_path=/hdfc/test/
386
payment_alias_name=90001194
387
payment_response_url=http://www.shop2020.in/hdfc-pay-response
388
payment_success_url=http://www.shop2020.in/pay-success
389
payment_error_url=http://www.shop2020.in/pay-error
6050 anupam.sin 390
payment_response_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
10847 amit.gupta 391
payment_error_url_for_recharge=http://www.shop2020.in/hdfc-recharge-response
6050 anupam.sin 392
recharge_success_url=http://www.shop2020.in/recharge-result
3290 rajveer 393
 
6417 rajveer 394
emi_payment_resource_file_path=/hdfc-emi/test/
5089 rajveer 395
emi_payment_alias_name=90001194
396
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
397
emi_payment_success_url=http://www.shop2020.in/pay-success
398
emi_payment_error_url=http://www.shop2020.in/pay-error
3468 chandransh 399
 
5089 rajveer 400
ebs_account_id=5880
401
ebs_secret_key=ebskey
402
ebs_pay_mode=TEST
403
ebs_processing_url=http://www.shop2020.in/ebs-pay-response/?DR=
404
ebs_return_url=http://www.shop2020.in/ebs-pay-processing/?DR={DR}
405
ebs_success_url=http://www.shop2020.in/pay-success
406
ebs_error_url=http://www.shop2020.in/pay-error
3202 rajveer 407
 
5089 rajveer 408
[PROD1]
5079 rajveer 409
crm_service_server_host=192.168.191.71
410
 
411
catalog_service_db_hostname=192.168.190.114
412
helper_service_db_hostname=192.168.190.114
413
logistics_service_db_hostname=192.168.190.114
414
promotion_service_db_hostname=192.168.190.114
415
transaction_service_db_hostname=192.168.190.114
416
user_service_db_hostname=192.168.190.114
417
payments_service_db_hostname=192.168.190.114
5951 mandeep.dh 418
inventory_service_db_hostname=192.168.190.114
5079 rajveer 419
 
420
catalog_service_server_host1=localhost
421
catalog_service_server_port1=9001
5951 mandeep.dh 422
inventory_service_server_host1=localhost
423
inventory_service_server_port1=9019
5079 rajveer 424
helper_service_server_host1=localhost
425
helper_service_server_port1=9008
426
logistics_service_server_host1=localhost
427
logistics_service_server_port1=9011
428
payments_service_server_host=localhost
429
payments_service_server_port=9012
430
promotion_service_server_host1=localhost
431
promotion_service_server_port1=9005
432
transaction_service_server_host1=localhost
433
transaction_service_server_port1=9002
434
user_service_server_host1=localhost
435
user_service_server_port1=9000
436
 
437
catalog_service_server_host2=192.168.161.5
438
catalog_service_server_port2=9001
5951 mandeep.dh 439
inventory_service_server_host2=192.168.161.5
440
inventory_service_server_port2=9019
5079 rajveer 441
helper_service_server_host2=192.168.161.5
442
helper_service_server_port2=9008
443
logistics_service_server_host2=192.168.161.5
444
logistics_service_server_port2=9011
445
payments_service_server_host2=192.168.161.5
446
payments_service_server_port2=9012
447
promotion_service_server_host2=192.168.161.5
448
promotion_service_server_port2=9005
449
transaction_service_server_host2=192.168.161.5
450
transaction_service_server_port2=9002
451
user_service_server_host2=192.168.161.5
452
user_service_server_port2=9000
453
 
454
payment_resource_file_path=/hdfc/production/
455
payment_alias_name=70002267
456
payment_response_url=http://www.saholic.com/hdfc-pay-response
10847 amit.gupta 457
m_payment_response_url=http://m.saholic.com/hdfc-pay-response
5079 rajveer 458
payment_success_url=http://www.saholic.com/pay-success
10556 amit.gupta 459
m_payment_success_url=http://m.saholic.com/pay-success
5079 rajveer 460
payment_error_url=http://www.saholic.com/pay-error
10556 amit.gupta 461
m_payment_error_url=http://m.saholic.com/pay-error
6050 anupam.sin 462
payment_response_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
10847 amit.gupta 463
m_payment_response_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 464
payment_error_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
10847 amit.gupta 465
m_payment_error_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 466
recharge_success_url=http://www.saholic.com/recharge-result
10847 amit.gupta 467
m_recharge_success_url=http://m.saholic.com/recharge-result
6050 anupam.sin 468
 
5079 rajveer 469
emi_payment_resource_file_path=/hdfc-emi/production/
8951 rajveer 470
emi_payment_alias_name=73000052
471
emi_payment_alias_name5=73000052
472
emi_payment_alias_name10=73000100
473
emi_payment_alias_name11=73000101
474
emi_payment_alias_name12=73000102
6983 rajveer 475
emi_payment_alias_name14=72001275
5079 rajveer 476
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
10847 amit.gupta 477
m_emi_payment_response_url=http://m.saholic.com/hdfc-emi-pay-response
5079 rajveer 478
emi_payment_success_url=http://www.saholic.com/pay-success
10556 amit.gupta 479
m_emi_payment_success_url=http://m.saholic.com/pay-success
5079 rajveer 480
emi_payment_error_url=http://www.saholic.com/pay-error
10556 amit.gupta 481
m_emi_payment_error_url=http://m.saholic.com/pay-error
5079 rajveer 482
 
483
ebs_account_id=7780
484
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
485
ebs_pay_mode=LIVE
10866 amit.gupta 486
ebs_page_id=33
5079 rajveer 487
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
10556 amit.gupta 488
m_ebs_processing_url=http://m.saholic.com/ebs-pay-response/?DR=
5079 rajveer 489
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
10556 amit.gupta 490
m_ebs_return_url=http://m.saholic.com/ebs-pay-processing/?DR={DR}
5079 rajveer 491
ebs_success_url=http://www.saholic.com/pay-success
10556 amit.gupta 492
m_ebs_success_url=http://m.saholic.com/pay-success
5079 rajveer 493
ebs_error_url=http://www.saholic.com/pay-error
10556 amit.gupta 494
m_ebs_error_url=http://m.saholic.com/pay-error
5079 rajveer 495
 
13422 amit.gupta 496
 
497
payu_account_id=FUBDhn
498
payu_secret_key=dLEcBdwi
499
payu_return_url=/payu-pay-response
500
payu_success_url=/pay-success
501
payu_cancel_url=/proceed-to-pay
502
payu_error_url=/pay-error
503
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 504
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 505
recharge_result_uri=/recharge-result
506
pay_options_url=/proceed-to-pay
507
recharge_url=/recharge
508
 
6807 rajveer 509
innoviti_account_id=544433321212273 
510
innoviti_secret_key=sr#@*$
511
innoviti_return_url=http://www.saholic.com/innoviti-pay-response
10556 amit.gupta 512
m_innoviti_return_url=http://m.saholic.com/innoviti-pay-response
6807 rajveer 513
innoviti_sub_account_id=sr05
514
innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
11028 amit.gupta 515
m_innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
6807 rajveer 516
 
6338 rajveer 517
allow_recharge=true
5079 rajveer 518
 
6848 kshitij.so 519
ips_for_banner_uploading=173.255.209.200 109.74.200.220
520
secret_key_file=/usr/share/tomcat6/id_rsa
521
 
7915 manish.sha 522
fedex_account_number=377498933
9338 manish.sha 523
fedex_account_number_mumbai=512033946
7915 manish.sha 524
fedex_meter_number=105452205
9782 manish.sha 525
fedex_meter_number_mumbai=106151740
7915 manish.sha 526
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 527
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
7915 manish.sha 528
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 529
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
7915 manish.sha 530
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
531
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
532
 
3170 rajveer 533
[PROD2]
3999 mandeep.dh 534
crm_service_server_host=192.168.191.71
3170 rajveer 535
 
3468 chandransh 536
catalog_service_db_hostname=192.168.190.114
537
helper_service_db_hostname=192.168.190.114
538
logistics_service_db_hostname=192.168.190.114
539
promotion_service_db_hostname=192.168.190.114
540
transaction_service_db_hostname=192.168.190.114
541
user_service_db_hostname=192.168.190.114
4619 mandeep.dh 542
payments_service_db_hostname=192.168.190.114
5951 mandeep.dh 543
inventory_service_db_hostname=192.168.190.114
3290 rajveer 544
 
3204 rajveer 545
catalog_service_server_host1=localhost
3240 rajveer 546
catalog_service_server_port1=9001
5951 mandeep.dh 547
inventory_service_server_host1=localhost
548
inventory_service_server_port1=9019
3468 chandransh 549
helper_service_server_host1=localhost
550
helper_service_server_port1=9008
3204 rajveer 551
logistics_service_server_host1=localhost
3240 rajveer 552
logistics_service_server_port1=9011
3468 chandransh 553
payments_service_server_host=localhost
554
payments_service_server_port=9012
3204 rajveer 555
promotion_service_server_host1=localhost
3240 rajveer 556
promotion_service_server_port1=9005
3468 chandransh 557
transaction_service_server_host1=localhost
558
transaction_service_server_port1=9002
559
user_service_server_host1=localhost
560
user_service_server_port1=9000
3202 rajveer 561
 
11302 kshitij.so 562
catalog_service_server_host2=192.168.166.159
3240 rajveer 563
catalog_service_server_port2=9001
11302 kshitij.so 564
inventory_service_server_host2=192.168.166.159
5951 mandeep.dh 565
inventory_service_server_port2=9019
11302 kshitij.so 566
helper_service_server_host2=192.168.166.159
3468 chandransh 567
helper_service_server_port2=9008
11302 kshitij.so 568
logistics_service_server_host2=192.168.166.159
3240 rajveer 569
logistics_service_server_port2=9011
11302 kshitij.so 570
payments_service_server_host2=192.168.166.159
3509 rajveer 571
payments_service_server_port2=9012
11302 kshitij.so 572
promotion_service_server_host2=192.168.166.159
3240 rajveer 573
promotion_service_server_port2=9005
11302 kshitij.so 574
transaction_service_server_host2=192.168.166.159
3468 chandransh 575
transaction_service_server_port2=9002
11302 kshitij.so 576
user_service_server_host2=192.168.166.159
3468 chandransh 577
user_service_server_port2=9000
3204 rajveer 578
 
4617 rajveer 579
payment_resource_file_path=/hdfc/production/
3138 rajveer 580
payment_alias_name=70002267
581
payment_response_url=http://www.saholic.com/hdfc-pay-response
11028 amit.gupta 582
m_payment_response_url=http://m.saholic.com/hdfc-pay-response
3138 rajveer 583
payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 584
m_payment_success_url=http://m.saholic.com/pay-success
3138 rajveer 585
payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 586
m_payment_error_url=http://m.saholic.com/pay-error
6050 anupam.sin 587
payment_response_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 588
m_payment_response_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 589
payment_error_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 590
m_payment_error_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 591
recharge_success_url=http://www.saholic.com/recharge-result
11028 amit.gupta 592
m_recharge_success_url=http://m.saholic.com/recharge-result
593
 
4617 rajveer 594
emi_payment_resource_file_path=/hdfc-emi/production/
8951 rajveer 595
emi_payment_alias_name=73000052
596
emi_payment_alias_name5=73000052
597
emi_payment_alias_name10=73000100
598
emi_payment_alias_name11=73000101
599
emi_payment_alias_name12=73000102
6983 rajveer 600
emi_payment_alias_name14=72001275
3621 chandransh 601
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
11028 amit.gupta 602
m_emi_payment_response_url=http://m.saholic.com/hdfc-emi-pay-response
3621 chandransh 603
emi_payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 604
m_emi_payment_success_url=http://m.saholic.com/pay-success
3621 chandransh 605
emi_payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 606
m_emi_payment_error_url=http://m.saholic.com/pay-error
3616 chandransh 607
 
3138 rajveer 608
ebs_account_id=7780
609
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
610
ebs_pay_mode=LIVE
11028 amit.gupta 611
ebs_page_id=33
3138 rajveer 612
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
11028 amit.gupta 613
m_ebs_processing_url=http://m.saholic.com/ebs-pay-response/?DR=
3138 rajveer 614
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
11028 amit.gupta 615
m_ebs_return_url=http://m.saholic.com/ebs-pay-processing/?DR={DR}
3138 rajveer 616
ebs_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 617
m_ebs_success_url=http://m.saholic.com/pay-success
3138 rajveer 618
ebs_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 619
m_ebs_error_url=http://m.saholic.com/pay-error
3179 rajveer 620
 
13422 amit.gupta 621
payu_account_id=FUBDhn
622
payu_secret_key=dLEcBdwi
623
payu_return_url=/payu-pay-response
624
payu_success_url=/pay-success
625
payu_cancel_url=/proceed-to-pay
626
payu_error_url=/pay-error
627
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 628
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 629
recharge_result_uri=/recharge-result
630
pay_options_url=/proceed-to-pay
631
recharge_url=/recharge
632
 
6807 rajveer 633
innoviti_account_id=544433321212273 
634
innoviti_secret_key=sr#@*$
635
innoviti_return_url=http://www.saholic.com/innoviti-pay-response
11028 amit.gupta 636
m_innoviti_return_url=http://m.saholic.com/innoviti-pay-response
6807 rajveer 637
innoviti_sub_account_id=sr05
638
innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
11028 amit.gupta 639
m_innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
6807 rajveer 640
 
6338 rajveer 641
allow_recharge=true
642
 
7915 manish.sha 643
fedex_account_number=377498933
9338 manish.sha 644
fedex_account_number_mumbai=512033946
7915 manish.sha 645
fedex_meter_number=105452205
9782 manish.sha 646
fedex_meter_number_mumbai=106151740
7915 manish.sha 647
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 648
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
7915 manish.sha 649
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 650
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
7915 manish.sha 651
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
652
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
653
 
3536 chandransh 654
[PROD3]
3999 mandeep.dh 655
crm_service_server_host=74.207.253.182
3536 chandransh 656
 
4947 rajveer 657
catalog_service_db_hostname=192.168.192.144
658
helper_service_db_hostname=192.168.192.144
659
logistics_service_db_hostname=192.168.192.144
660
promotion_service_db_hostname=192.168.192.144
661
transaction_service_db_hostname=192.168.192.144
662
user_service_db_hostname=192.168.192.144
663
payments_service_db_hostname=192.168.192.144
5951 mandeep.dh 664
inventory_service_db_hostname=192.168.192.144
3536 chandransh 665
 
666
catalog_service_server_host1=localhost
667
catalog_service_server_port1=9001
5951 mandeep.dh 668
inventory_service_server_host1=localhost
669
inventory_service_server_port1=9019
3536 chandransh 670
helper_service_server_host1=localhost
671
helper_service_server_port1=9008
672
logistics_service_server_host1=localhost
673
logistics_service_server_port1=9011
674
payments_service_server_host=localhost
675
payments_service_server_port=9012
676
promotion_service_server_host1=localhost
677
promotion_service_server_port1=9005
678
transaction_service_server_host1=localhost
679
transaction_service_server_port1=9002
680
user_service_server_host1=localhost
681
user_service_server_port1=9000
682
 
4617 rajveer 683
payment_resource_file_path=/hdfc/production/
3536 chandransh 684
payment_alias_name=70002267
685
payment_response_url=http://www.saholic.com/hdfc-pay-response
11028 amit.gupta 686
m_payment_response_url=http://m.saholic.com/hdfc-pay-response
3536 chandransh 687
payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 688
m_payment_success_url=http://m.saholic.com/pay-success
3536 chandransh 689
payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 690
m_payment_error_url=http://m.saholic.com/pay-error
6050 anupam.sin 691
payment_response_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 692
m_payment_response_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 693
payment_error_url_for_recharge=http://www.saholic.com/hdfc-recharge-response
11028 amit.gupta 694
m_payment_error_url_for_recharge=http://m.saholic.com/hdfc-recharge-response
6050 anupam.sin 695
recharge_success_url=http://www.saholic.com/recharge-result
11028 amit.gupta 696
m_recharge_success_url=http://m.saholic.com/recharge-result
697
 
4617 rajveer 698
emi_payment_resource_file_path=/hdfc-emi/production/
8951 rajveer 699
emi_payment_alias_name=73000052
700
emi_payment_alias_name5=73000052
701
emi_payment_alias_name10=73000100
702
emi_payment_alias_name11=73000101
703
emi_payment_alias_name12=73000102
6983 rajveer 704
emi_payment_alias_name14=72001275
3621 chandransh 705
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
11028 amit.gupta 706
m_emi_payment_response_url=http://m.saholic.com/hdfc-emi-pay-response
3621 chandransh 707
emi_payment_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 708
m_emi_payment_success_url=http://m.saholic.com/pay-success
3621 chandransh 709
emi_payment_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 710
m_emi_payment_error_url=http://m.saholic.com/pay-error
3616 chandransh 711
 
3536 chandransh 712
ebs_account_id=7780
713
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
714
ebs_pay_mode=LIVE
11028 amit.gupta 715
ebs_page_id=33
3536 chandransh 716
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
11028 amit.gupta 717
m_ebs_processing_url=http://m.saholic.com/ebs-pay-response/?DR=
3536 chandransh 718
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
11028 amit.gupta 719
m_ebs_return_url=http://m.saholic.com/ebs-pay-processing/?DR={DR}
3536 chandransh 720
ebs_success_url=http://www.saholic.com/pay-success
11028 amit.gupta 721
m_ebs_success_url=http://m.saholic.com/pay-success
3536 chandransh 722
ebs_error_url=http://www.saholic.com/pay-error
11028 amit.gupta 723
m_ebs_error_url=http://m.saholic.com/pay-error
3536 chandransh 724
 
13422 amit.gupta 725
payu_account_id=FUBDhn
726
payu_secret_key=dLEcBdwi
727
payu_return_url=/payu-pay-response
728
payu_success_url=/pay-success
729
payu_cancel_url=/proceed-to-pay
730
payu_error_url=/pay-error
731
payu_post_url=https://secure.payu.in/_payment
13533 amit.gupta 732
payu_api_url=https://info.payu.in/merchant/postservice.php?form=2
13422 amit.gupta 733
recharge_result_uri=/recharge-result
734
pay_options_url=/proceed-to-pay
735
recharge_url=/recharge
736
 
6807 rajveer 737
innoviti_account_id=544433321212273 
738
innoviti_secret_key=sr#@*$
739
innoviti_return_url=http://www.saholic.com/innoviti-pay-response
11028 amit.gupta 740
m_innoviti_return_url=http://m.saholic.com/innoviti-pay-response
6807 rajveer 741
innoviti_sub_account_id=sr05
742
innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
11028 amit.gupta 743
m_innoviti_gateway_url=https://unipaynet.innoviti.com/uniPayNetSpice/saleTrans
6807 rajveer 744
 
6338 rajveer 745
allow_recharge=true
746
 
7915 manish.sha 747
fedex_account_number=377498933
9338 manish.sha 748
fedex_account_number_mumbai=512033946
7915 manish.sha 749
fedex_meter_number=105452205
9782 manish.sha 750
fedex_meter_number_mumbai=106151740
7915 manish.sha 751
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 752
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
7915 manish.sha 753
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 754
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
7915 manish.sha 755
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
756
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
757
 
3179 rajveer 758
[LOCAL_TESTING]
759
export_entities_path=/opt/apache-tomcat-6.0.29/webapps/export/html/entities/
760
 
761
catalog_service_server_port=10001
762
catalog_service_dbname=catalog_test
763
helper_service_server_port=10008
764
helper_service_dbname=helper_test
765
logistics_service_server_port=10011
766
logistics_service_dbname=logistics_test
767
promotion_service_server_port=10005
768
promotion_service_dbname=user_test
3468 chandransh 769
transaction_service_server_port=10002
770
transaction_service_dbname=transaction_test
771
user_service_server_port=10000
772
user_service_dbname=user_test
3179 rajveer 773
 
774
delivery_cutoff_time=-1
775
solr_url=http://localhost:8993/solr/select/
776
 
777
ebs_account_id=5880
778
ebs_secret_key=ebskey
779
ebs_pay_mode=TEST
780
ebs_processing_url=http://local.shop2020.in:8090/ebs-pay-response/?DR=
781
ebs_return_url=http://local.shop2020.in:8090/ebs-pay-processing/?DR={DR}
782
ebs_success_url=http://local.shop2020.in:8090/pay-success
783
ebs_error_url=http://local.shop2020.in:8090/pay-error
3961 mandeep.dh 784
 
785
[CUSTOMER_SUPPORT]
5143 anupam.sin 786
catalog_service_db_hostname=192.168.190.114
5951 mandeep.dh 787
inventory_service_db_hostname=192.168.190.114
5143 anupam.sin 788
transaction_service_db_hostname=192.168.190.114
789
user_service_db_hostname=192.168.190.114
790
payments_service_db_hostname=192.168.190.114
5890 anupam.sin 791
logistics_service_db_hostname=192.168.190.114
5910 amar.kumar 792
alert_service_server_host=192.168.149.148
793
alert_service_server_port=9018
11302 kshitij.so 794
helper_service_server=192.168.166.159
5172 anupam.sin 795
 
6513 rajveer 796
payment_resource_file_path=/hdfc/production/
797
payment_alias_name=70002267
798
 
799
emi_payment_resource_file_path=/hdfc-emi/production/
800
emi_payment_alias_name=72000328
801
emi_payment_alias_name5=72000328
802
emi_payment_alias_name10=72001028
803
emi_payment_alias_name11=72001029
804
emi_payment_alias_name12=72001030
6983 rajveer 805
emi_payment_alias_name14=72001275
6513 rajveer 806
 
807
ebs_account_id=7780
808
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
809
 
8375 manish.sha 810
fedex_account_number=377498933
9338 manish.sha 811
fedex_account_number_mumbai=512033946
8375 manish.sha 812
fedex_meter_number=105452205
9782 manish.sha 813
fedex_meter_number_mumbai=106151740
8375 manish.sha 814
fedex_authenication_key=ggqFObyBaF3ECQbQ
9782 manish.sha 815
fedex_authenication_key_mumbai=DERXFRxP8qOqw0h8
8375 manish.sha 816
fedex_authenication_password=LIf9WMXsKqJV30AsGbK2Fy4TQ
9782 manish.sha 817
fedex_authenication_password_mumbai=ta0q2IFeWpPcnuEAr8pdav3PD
8375 manish.sha 818
fedex_endpoint_address_track=https://ws.fedex.com:443/web-services/track
819
fedex_endpoint_address_ship=https://ws.fedex.com:443/web-services/ship
820
 
5172 anupam.sin 821
[CS_BACKUP]
822
catalog_service_db_hostname=192.168.192.144
5951 mandeep.dh 823
inventory_service_db_hostname=192.168.192.144
5172 anupam.sin 824
transaction_service_db_hostname=192.168.192.144
825
user_service_db_hostname=192.168.192.144
5660 mandeep.dh 826
payments_service_db_hostname=192.168.192.144
5890 anupam.sin 827
logistics_service_db_hostname=192.168.192.144
5910 amar.kumar 828
alert_service_server_host=173.255.253.139
829
alert_service_server_port=9018
5660 mandeep.dh 830
 
831
[HOTSPOT]
7380 rajveer 832
catalog_service_db_hostname=192.168.190.114
833
transaction_service_db_hostname=192.168.190.114
834
inventory_service_db_hostname=192.168.190.114
7401 rajveer 835
logistics_service_db_hostname=192.168.190.114
836
payments_service_db_hostname=192.168.190.114
837
user_service_db_hostname=192.168.190.114
838
helper_service_db_hostname=192.168.190.114
5685 mandeep.dh 839
 
7380 rajveer 840
promotion_service_server_host=192.168.166.159
841
crm_service_server_host=192.168.191.71
5685 mandeep.dh 842
 
7380 rajveer 843
catalog_service_server_host_prod=192.168.166.135
844
catalog_service_server_host=localhost
845
 
846
solr_url=http://192.168.166.159:8983/solr/select/
847
 
848
helper_service_server_host_prod=192.168.166.159
849
helper_service_server_port_prod=9008
850
 
851
alert_service_server_host=173.255.253.139
852
alert_service_server_port=9018
853
alert_service_dbname=monitor
854
alert_service_db_hostname=localhost
855
 
856
allow_recharge=true