Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
3138 rajveer 1
[DEFAULT]
2
CONTENT_DB_PATH=/var/lib/tomcat6/webapps/db/
3
BERKELEY_DB_PATH=/var/lib/tomcat6/webapps/db/bdb/
4
EXPORT_IR_PATH=/var/lib/tomcat6/webapps/export/ir/
5
EXPORT_MEDIA_PATH=/var/lib/tomcat6/webapps/export/media/
3932 mandeep.dh 6
EXPORT_MEDIA_WEBSITE_PATH=/var/lib/tomcat6/webapps/export/media/website/
7
EXPORT_MEDIA_STATIC_PATH=/var/lib/tomcat6/webapps/export/media/static/
3138 rajveer 8
EXPORT_ENTITIES_PATH_SAHOLIC=/var/lib/tomcat6/webapps/export/html/entities-saholic/
9
EXPORT_ENTITIES_PATH_SHOP2020=/var/lib/tomcat6/webapps/export/html/entities-shop2020/
10
EXPORT_ENTITIES_PATH_LOCALHOST=/var/lib/tomcat6/webapps/export/html/entities-localhost/
11
EXPORT_DEFINITIONS_PATH=/var/lib/tomcat6/webapps/export/html/definitions/
12
EXPORT_DIFF_PATH=/var/lib/tomcat6/webapps/export/html/diff/
13
EXPORT_SOLR_PATH=/var/lib/tomcat6/webapps/export/solr/
14
EXPORT_PARTNERS_CONTENT_PATH=/var/lib/tomcat6/webapps/export/partners/
15
EXPORT_JAVASCRIPT_CONTENT_PATH=/var/lib/tomcat6/webapps/export/javascripts/
16
EXPORT_HELPDOCS_PATH=/var/lib/tomcat6/webapps/export/html/helpdocs/
17
EXPORT_VELOCITY_PATH=/var/lib/tomcat6/webapps/export/velocity/entities/
18
EXPORT_PATH=/var/lib/tomcat6/webapps/export/
19
export_entities_path=/var/lib/tomcat6/webapps/export/html/entities/
4468 amit.gupta 20
UPLOAD_AMAZON_CONTENT_FTP=FALSE
5089 rajveer 21
production_servers_public_ips = 50.116.3.101 173.255.209.200 109.74.200.220 
22
production_servers_private_ips = 192.168.166.159 192.168.161.5 192.168.186.32
5664 amit.gupta 23
domainNamesForContentGeneration = saholic.com;shop2020.in;localhost:8090
4985 mandeep.dh 24
inventory_history_service_server_host=localhost
25
inventory_history_service_server_port=9015
26
inventory_history_service_db_hostname=localhost
5591 mandeep.dh 27
catalog_service_server_host_prod=localhost
4985 mandeep.dh 28
 
4501 mandeep.dh 29
test_service_server_host=localhost
30
test_service_server_port=9009
31
test_service_dbname=test
32
test_service_db_hostname=localhost
3138 rajveer 33
user_service_server_host=localhost
34
user_service_server_port=9000
35
user_service_dbname=user
3188 rajveer 36
user_service_db_hostname=localhost
3138 rajveer 37
catalog_service_server_host=localhost
38
catalog_service_server_port=9001
39
catalog_service_dbname=catalog
3188 rajveer 40
catalog_service_db_hostname=localhost
3138 rajveer 41
transaction_service_server_host=localhost
42
transaction_service_server_port=9002
43
transaction_service_dbname=transaction
3188 rajveer 44
transaction_service_db_hostname=localhost
3138 rajveer 45
helper_service_server_host=localhost
46
helper_service_server_port=9008
47
helper_service_dbname=helper
3188 rajveer 48
helper_service_db_hostname=localhost
3138 rajveer 49
logistics_service_server_host=localhost
50
logistics_service_server_port=9011
51
logistics_service_dbname=logistics
3188 rajveer 52
logistics_service_db_hostname=localhost
3138 rajveer 53
warehouse_service_server_host=localhost
54
warehouse_service_server_port=9013
55
warehouse_service_dbname=warehouse
3188 rajveer 56
warehouse_service_db_hostname=localhost
4501 mandeep.dh 57
purchase_service_server_host=localhost
58
purchase_service_server_port=9017
59
purchase_service_dbname=warehouse
60
purchase_service_db_hostname=localhost
3138 rajveer 61
crm_service_server_host=localhost
62
crm_service_server_port=9014
63
crm_service_dbname=crm
3188 rajveer 64
crm_service_db_hostname=localhost
3138 rajveer 65
payments_service_server_host=localhost
66
payments_service_server_port=9012
67
payments_service_dbname=payment
3188 rajveer 68
payments_service_db_hostname=localhost
3138 rajveer 69
promotion_service_server_host=localhost
70
promotion_service_server_port=9005
71
promotion_service_dbname=user
3188 rajveer 72
promotion_service_db_hostname=localhost
5549 amar.kumar 73
alert_service_server_host=localhost
74
alert_service_server_port=9018
5611 amar.kumar 75
alert_service_dbname=monitor
5549 amar.kumar 76
alert_service_db_hostname=localhost
3138 rajveer 77
 
3893 chandransh 78
content_service_server_host=localhost
79
content_service_server_port=9016
80
 
81
 
3138 rajveer 82
inventory_time_to_procure=48
83
inventory_stock_threshold=2
84
delivery_cutoff_time=15
85
default_pincode=110001
86
LATEST_ARRIVALS_LIMIT=50
87
saholic_customer_care_mail=help@saholic.com
4482 rajveer 88
aramex_update_url=http://www.aramex.com/track_xml.asp?ShipmentNumber=
3138 rajveer 89
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 90
Delhivery_update_url=http://track.delhivery.com/api/packages/xml/?token=bda066415b6b56698559e80b1a8345980882c90f&
3138 rajveer 91
afl_update_url=http://trackntrace.aflwiz.com/aflwiztrack?shpntnum=
92
afl_barcode_fontsize = 22
93
bluedart_barcode_fontsize = 32
3468 chandransh 94
aramex_barcode_fontsize = 22
5251 mandeep.dh 95
delhivery_barcode_fontsize = 22
5643 mandeep.dh 96
selfpickup_barcode_fontsize = 22
97
runner_barcode_fontsize = 22
3138 rajveer 98
solr_url=http://localhost:8983/solr/select/
99
 
3170 rajveer 100
risky_flag_log=/var/log/services/riskyflag.log
4649 phani.kuma 101
courier_cost_factor = 60
102
courier_weight_factor = 500
103
breakeven_divisor = 0.98
104
breakeven_additon_factor = 50
105
transfer_price_percentage = 2
106
transfer_price_factor = 50
3138 rajveer 107
 
5586 phani.kuma 108
entityId_mandatory = FALSE
109
catalog_service_server_host_master=localhost
110
 
3138 rajveer 111
[DEV]
3909 chandransh 112
PUSH_PRICES_TO_PROD_SCRIPT_PATH=/root/code/trunk/runutils/push-content-to-production.sh
113
 
3138 rajveer 114
ebs_account_id=5880
115
ebs_secret_key=ebskey
116
ebs_pay_mode=TEST
3250 chandransh 117
ebs_processing_url=http://local.shop2020.in:8080/ebs-pay-response/?DR=
118
ebs_return_url=http://local.shop2020.in:8080/ebs-pay-processing/?DR={DR}
3170 rajveer 119
ebs_success_url=http://local.shop2020.in:8080/pay-success
120
ebs_error_url=http://local.shop2020.in:8080/pay-error
3138 rajveer 121
 
122
[STAGING]
5143 anupam.sin 123
promotion_service_db_hostname=192.168.190.114
4637 mandeep.dh 124
warehouse_service_db_hostname=192.168.149.148
4194 mandeep.dh 125
 
5089 rajveer 126
catalog_service_server_host_prod=192.168.166.159
3138 rajveer 127
PUSH_PRICES_TO_PROD_SCRIPT_PATH=/root/code/trunk/runutils/push-content-to-production.sh
3170 rajveer 128
push_prices_to_prod_log_file="/var/log/services/pushToProductionLogs/pushToProd.log"
129
push_prices_to_prod_max_count=5
5113 amit.gupta 130
logistics_service_prod_server_host=192.168.166.159
131
logistics_service_prod_server_port=9011
4468 amit.gupta 132
UPLOAD_AMAZON_CONTENT_FTP=TRUE
3170 rajveer 133
[TEST]
4617 rajveer 134
payment_resource_file_path=/hdfc/test/
3138 rajveer 135
payment_alias_name=90001194
136
payment_response_url=http://www.shop2020.in/hdfc-pay-response
137
payment_success_url=http://www.shop2020.in/pay-success
138
payment_error_url=http://www.shop2020.in/pay-error
139
 
4617 rajveer 140
emi_payment_resource_file_path=/hdfc/test/
3616 chandransh 141
emi_payment_alias_name=90001194
142
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
143
emi_payment_success_url=http://www.shop2020.in/pay-success
144
emi_payment_error_url=http://www.shop2020.in/pay-error
145
 
3138 rajveer 146
ebs_account_id=5880
147
ebs_secret_key=ebskey
148
ebs_pay_mode=TEST
149
ebs_processing_url=http://www.shop2020.in/ebs-pay-response/?DR=
150
ebs_return_url=http://www.shop2020.in/ebs-pay-processing/?DR={DR}
151
ebs_success_url=http://www.shop2020.in/pay-success
152
ebs_error_url=http://www.shop2020.in/pay-error
153
 
3170 rajveer 154
[SUPPORT]
5143 anupam.sin 155
catalog_service_db_hostname=192.168.190.114
156
transaction_service_db_hostname=192.168.190.114
3468 chandransh 157
 
5089 rajveer 158
logistics_service_server_host=192.168.166.159
159
payments_service_server_host=192.168.166.159
160
promotion_service_server_host=192.168.166.159
161
user_service_server_host=192.168.166.159
4944 rajveer 162
crm_service_server_host=192.168.191.71
3327 chandransh 163
 
5462 mandeep.dh 164
catalog_service_server_host_prod=192.168.166.135
3327 chandransh 165
catalog_service_server_host=localhost
3324 chandransh 166
inventory_history_service_server_host=localhost
167
inventory_history_service_server_port=9015
3335 chandransh 168
inventory_history_service_db_hostname=localhost
3138 rajveer 169
 
5089 rajveer 170
solr_url=http://192.168.166.159:8983/solr/select/
3230 rajveer 171
 
5089 rajveer 172
helper_service_server_host_prod=192.168.166.159
5623 anupam.sin 173
helper_service_server_port_prod=9008
4915 varun.gupt 174
 
5611 amar.kumar 175
alert_service_server_host=173.255.253.139
176
alert_service_server_port=9018
177
alert_service_dbname=monitor
178
alert_service_db_hostname=localhost
179
 
180
 
4921 rajveer 181
[SUPPORT_LONDON]
182
catalog_service_server_host=192.168.186.32
183
transaction_service_server_host=192.168.186.32
184
logistics_service_server_host=192.168.186.32
185
payments_service_server_host=192.168.186.32
186
promotion_service_server_host=192.168.186.32
187
user_service_server_host=192.168.186.32
188
 
5089 rajveer 189
[BUILD-TEST]
190
payment_resource_file_path=/hdfc/test/
191
payment_alias_name=90001194
192
payment_response_url=http://www.shop2020.in/hdfc-pay-response
193
payment_success_url=http://www.shop2020.in/pay-success
194
payment_error_url=http://www.shop2020.in/pay-error
3290 rajveer 195
 
5089 rajveer 196
emi_payment_resource_file_path=/hdfc/test/
197
emi_payment_alias_name=90001194
198
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
199
emi_payment_success_url=http://www.shop2020.in/pay-success
200
emi_payment_error_url=http://www.shop2020.in/pay-error
3468 chandransh 201
 
5089 rajveer 202
ebs_account_id=5880
203
ebs_secret_key=ebskey
204
ebs_pay_mode=TEST
205
ebs_processing_url=http://www.shop2020.in/ebs-pay-response/?DR=
206
ebs_return_url=http://www.shop2020.in/ebs-pay-processing/?DR={DR}
207
ebs_success_url=http://www.shop2020.in/pay-success
208
ebs_error_url=http://www.shop2020.in/pay-error
3202 rajveer 209
 
5089 rajveer 210
[PROD1]
5079 rajveer 211
crm_service_server_host=192.168.191.71
212
 
213
catalog_service_db_hostname=192.168.190.114
214
helper_service_db_hostname=192.168.190.114
215
logistics_service_db_hostname=192.168.190.114
216
promotion_service_db_hostname=192.168.190.114
217
transaction_service_db_hostname=192.168.190.114
218
user_service_db_hostname=192.168.190.114
219
payments_service_db_hostname=192.168.190.114
220
 
221
catalog_service_server_host1=localhost
222
catalog_service_server_port1=9001
223
helper_service_server_host1=localhost
224
helper_service_server_port1=9008
225
logistics_service_server_host1=localhost
226
logistics_service_server_port1=9011
227
payments_service_server_host=localhost
228
payments_service_server_port=9012
229
promotion_service_server_host1=localhost
230
promotion_service_server_port1=9005
231
transaction_service_server_host1=localhost
232
transaction_service_server_port1=9002
233
user_service_server_host1=localhost
234
user_service_server_port1=9000
235
 
236
catalog_service_server_host2=192.168.161.5
237
catalog_service_server_port2=9001
238
helper_service_server_host2=192.168.161.5
239
helper_service_server_port2=9008
240
logistics_service_server_host2=192.168.161.5
241
logistics_service_server_port2=9011
242
payments_service_server_host2=192.168.161.5
243
payments_service_server_port2=9012
244
promotion_service_server_host2=192.168.161.5
245
promotion_service_server_port2=9005
246
transaction_service_server_host2=192.168.161.5
247
transaction_service_server_port2=9002
248
user_service_server_host2=192.168.161.5
249
user_service_server_port2=9000
250
 
251
payment_resource_file_path=/hdfc/production/
252
payment_alias_name=70002267
253
payment_response_url=http://www.saholic.com/hdfc-pay-response
254
payment_success_url=http://www.saholic.com/pay-success
255
payment_error_url=http://www.saholic.com/pay-error
256
 
257
emi_payment_resource_file_path=/hdfc-emi/production/
258
emi_payment_alias_name=72000328
259
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
260
emi_payment_success_url=http://www.saholic.com/pay-success
261
emi_payment_error_url=http://www.saholic.com/pay-error
262
 
263
ebs_account_id=7780
264
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
265
ebs_pay_mode=LIVE
266
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
267
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
268
ebs_success_url=http://www.saholic.com/pay-success
269
ebs_error_url=http://www.saholic.com/pay-error
270
 
271
 
3170 rajveer 272
[PROD2]
3999 mandeep.dh 273
crm_service_server_host=192.168.191.71
3170 rajveer 274
 
3468 chandransh 275
catalog_service_db_hostname=192.168.190.114
276
helper_service_db_hostname=192.168.190.114
277
logistics_service_db_hostname=192.168.190.114
278
promotion_service_db_hostname=192.168.190.114
279
transaction_service_db_hostname=192.168.190.114
280
user_service_db_hostname=192.168.190.114
4619 mandeep.dh 281
payments_service_db_hostname=192.168.190.114
3290 rajveer 282
 
3204 rajveer 283
catalog_service_server_host1=localhost
3240 rajveer 284
catalog_service_server_port1=9001
3468 chandransh 285
helper_service_server_host1=localhost
286
helper_service_server_port1=9008
3204 rajveer 287
logistics_service_server_host1=localhost
3240 rajveer 288
logistics_service_server_port1=9011
3468 chandransh 289
payments_service_server_host=localhost
290
payments_service_server_port=9012
3204 rajveer 291
promotion_service_server_host1=localhost
3240 rajveer 292
promotion_service_server_port1=9005
3468 chandransh 293
transaction_service_server_host1=localhost
294
transaction_service_server_port1=9002
295
user_service_server_host1=localhost
296
user_service_server_port1=9000
3202 rajveer 297
 
5089 rajveer 298
catalog_service_server_host2=192.168.166.159
3240 rajveer 299
catalog_service_server_port2=9001
5089 rajveer 300
helper_service_server_host2=192.168.166.159
3468 chandransh 301
helper_service_server_port2=9008
5089 rajveer 302
logistics_service_server_host2=192.168.166.159
3240 rajveer 303
logistics_service_server_port2=9011
5089 rajveer 304
payments_service_server_host2=192.168.166.159
3509 rajveer 305
payments_service_server_port2=9012
5089 rajveer 306
promotion_service_server_host2=192.168.166.159
3240 rajveer 307
promotion_service_server_port2=9005
5089 rajveer 308
transaction_service_server_host2=192.168.166.159
3468 chandransh 309
transaction_service_server_port2=9002
5089 rajveer 310
user_service_server_host2=192.168.166.159
3468 chandransh 311
user_service_server_port2=9000
3204 rajveer 312
 
4617 rajveer 313
payment_resource_file_path=/hdfc/production/
3138 rajveer 314
payment_alias_name=70002267
315
payment_response_url=http://www.saholic.com/hdfc-pay-response
316
payment_success_url=http://www.saholic.com/pay-success
317
payment_error_url=http://www.saholic.com/pay-error
318
 
4617 rajveer 319
emi_payment_resource_file_path=/hdfc-emi/production/
3616 chandransh 320
emi_payment_alias_name=72000328
3621 chandransh 321
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
322
emi_payment_success_url=http://www.saholic.com/pay-success
323
emi_payment_error_url=http://www.saholic.com/pay-error
3616 chandransh 324
 
3138 rajveer 325
ebs_account_id=7780
326
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
327
ebs_pay_mode=LIVE
328
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
329
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
330
ebs_success_url=http://www.saholic.com/pay-success
331
ebs_error_url=http://www.saholic.com/pay-error
3179 rajveer 332
 
3536 chandransh 333
[PROD3]
3999 mandeep.dh 334
crm_service_server_host=74.207.253.182
3536 chandransh 335
 
4947 rajveer 336
catalog_service_db_hostname=192.168.192.144
337
helper_service_db_hostname=192.168.192.144
338
logistics_service_db_hostname=192.168.192.144
339
promotion_service_db_hostname=192.168.192.144
340
transaction_service_db_hostname=192.168.192.144
341
user_service_db_hostname=192.168.192.144
342
payments_service_db_hostname=192.168.192.144
3536 chandransh 343
 
344
catalog_service_server_host1=localhost
345
catalog_service_server_port1=9001
346
helper_service_server_host1=localhost
347
helper_service_server_port1=9008
348
logistics_service_server_host1=localhost
349
logistics_service_server_port1=9011
350
payments_service_server_host=localhost
351
payments_service_server_port=9012
352
promotion_service_server_host1=localhost
353
promotion_service_server_port1=9005
354
transaction_service_server_host1=localhost
355
transaction_service_server_port1=9002
356
user_service_server_host1=localhost
357
user_service_server_port1=9000
358
 
4617 rajveer 359
payment_resource_file_path=/hdfc/production/
3536 chandransh 360
payment_alias_name=70002267
361
payment_response_url=http://www.saholic.com/hdfc-pay-response
362
payment_success_url=http://www.saholic.com/pay-success
363
payment_error_url=http://www.saholic.com/pay-error
364
 
4617 rajveer 365
emi_payment_resource_file_path=/hdfc-emi/production/
3616 chandransh 366
emi_payment_alias_name=72000328
3621 chandransh 367
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
368
emi_payment_success_url=http://www.saholic.com/pay-success
369
emi_payment_error_url=http://www.saholic.com/pay-error
3616 chandransh 370
 
3536 chandransh 371
ebs_account_id=7780
372
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
373
ebs_pay_mode=LIVE
374
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
375
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
376
ebs_success_url=http://www.saholic.com/pay-success
377
ebs_error_url=http://www.saholic.com/pay-error
378
 
3179 rajveer 379
[LOCAL_TESTING]
380
export_entities_path=/opt/apache-tomcat-6.0.29/webapps/export/html/entities/
381
 
382
catalog_service_server_port=10001
383
catalog_service_dbname=catalog_test
384
helper_service_server_port=10008
385
helper_service_dbname=helper_test
386
logistics_service_server_port=10011
387
logistics_service_dbname=logistics_test
388
promotion_service_server_port=10005
389
promotion_service_dbname=user_test
3468 chandransh 390
transaction_service_server_port=10002
391
transaction_service_dbname=transaction_test
392
user_service_server_port=10000
393
user_service_dbname=user_test
3179 rajveer 394
 
395
delivery_cutoff_time=-1
396
solr_url=http://localhost:8993/solr/select/
397
 
398
ebs_account_id=5880
399
ebs_secret_key=ebskey
400
ebs_pay_mode=TEST
401
ebs_processing_url=http://local.shop2020.in:8090/ebs-pay-response/?DR=
402
ebs_return_url=http://local.shop2020.in:8090/ebs-pay-processing/?DR={DR}
403
ebs_success_url=http://local.shop2020.in:8090/pay-success
404
ebs_error_url=http://local.shop2020.in:8090/pay-error
3961 mandeep.dh 405
 
406
[CUSTOMER_SUPPORT]
5143 anupam.sin 407
catalog_service_db_hostname=192.168.190.114
408
transaction_service_db_hostname=192.168.190.114
409
user_service_db_hostname=192.168.190.114
410
payments_service_db_hostname=192.168.190.114
5172 anupam.sin 411
 
412
[CS_BACKUP]
413
catalog_service_db_hostname=192.168.192.144
414
transaction_service_db_hostname=192.168.192.144
415
user_service_db_hostname=192.168.192.144
5660 mandeep.dh 416
payments_service_db_hostname=192.168.192.144
417
 
418
[HOTSPOT]
419
entityId_mandatory = TRUE
420
catalog_service_server_host_master=192.168.166.135
5664 amit.gupta 421
domainNamesForContentGeneration = hotspot.com