Subversion Repositories SmartDukaan

Rev

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