Subversion Repositories SmartDukaan

Rev

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

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