Subversion Repositories SmartDukaan

Rev

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