Subversion Repositories SmartDukaan

Rev

Rev 3924 | Rev 3961 | 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/
20
 
3924 rajveer 21
production_servers_public_ips = 173.230.147.250 173.255.209.200 109.74.200.220
22
production_servers_private_ips = 192.168.141.43 192.168.161.5 192.168.186.32
23
 
3138 rajveer 24
user_service_server_host=localhost
25
user_service_server_port=9000
26
user_service_dbname=user
3188 rajveer 27
user_service_db_hostname=localhost
3138 rajveer 28
catalog_service_server_host=localhost
29
catalog_service_server_port=9001
30
catalog_service_dbname=catalog
3188 rajveer 31
catalog_service_db_hostname=localhost
3138 rajveer 32
transaction_service_server_host=localhost
33
transaction_service_server_port=9002
34
transaction_service_dbname=transaction
3188 rajveer 35
transaction_service_db_hostname=localhost
3138 rajveer 36
helper_service_server_host=localhost
37
helper_service_server_port=9008
38
helper_service_dbname=helper
3188 rajveer 39
helper_service_db_hostname=localhost
3138 rajveer 40
logistics_service_server_host=localhost
41
logistics_service_server_port=9011
42
logistics_service_dbname=logistics
3188 rajveer 43
logistics_service_db_hostname=localhost
3138 rajveer 44
warehouse_service_server_host=localhost
45
warehouse_service_server_port=9013
46
warehouse_service_dbname=warehouse
3188 rajveer 47
warehouse_service_db_hostname=localhost
3138 rajveer 48
crm_service_server_host=localhost
49
crm_service_server_port=9014
50
crm_service_dbname=crm
3188 rajveer 51
crm_service_db_hostname=localhost
3138 rajveer 52
payments_service_server_host=localhost
53
payments_service_server_port=9012
54
payments_service_dbname=payment
3188 rajveer 55
payments_service_db_hostname=localhost
3138 rajveer 56
promotion_service_server_host=localhost
57
promotion_service_server_port=9005
58
promotion_service_dbname=user
3188 rajveer 59
promotion_service_db_hostname=localhost
3138 rajveer 60
 
3893 chandransh 61
content_service_server_host=localhost
62
content_service_server_port=9016
63
 
64
 
3138 rajveer 65
inventory_time_to_procure=48
66
inventory_stock_threshold=2
67
delivery_cutoff_time=15
68
default_pincode=110001
69
LATEST_ARRIVALS_LIMIT=50
70
saholic_customer_care_mail=help@saholic.com
71
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=
72
afl_update_url=http://trackntrace.aflwiz.com/aflwiztrack?shpntnum=
73
afl_barcode_fontsize = 22
74
bluedart_barcode_fontsize = 32
3468 chandransh 75
aramex_barcode_fontsize = 22
3138 rajveer 76
solr_url=http://localhost:8983/solr/select/
77
 
3170 rajveer 78
risky_flag_log=/var/log/services/riskyflag.log
3138 rajveer 79
 
80
[DEV]
3909 chandransh 81
PUSH_PRICES_TO_PROD_SCRIPT_PATH=/root/code/trunk/runutils/push-content-to-production.sh
82
 
3138 rajveer 83
ebs_account_id=5880
84
ebs_secret_key=ebskey
85
ebs_pay_mode=TEST
3250 chandransh 86
ebs_processing_url=http://local.shop2020.in:8080/ebs-pay-response/?DR=
87
ebs_return_url=http://local.shop2020.in:8080/ebs-pay-processing/?DR={DR}
3170 rajveer 88
ebs_success_url=http://local.shop2020.in:8080/pay-success
89
ebs_error_url=http://local.shop2020.in:8080/pay-error
3138 rajveer 90
 
91
[STAGING]
3170 rajveer 92
catalog_service_server_host_prod=192.168.141.43
3138 rajveer 93
PUSH_PRICES_TO_PROD_SCRIPT_PATH=/root/code/trunk/runutils/push-content-to-production.sh
3170 rajveer 94
push_prices_to_prod_log_file="/var/log/services/pushToProductionLogs/pushToProd.log"
95
push_prices_to_prod_max_count=5
3138 rajveer 96
 
3170 rajveer 97
[TEST]
3138 rajveer 98
payment_resource_file_path=/tmp/resource/
99
payment_alias_name=90001194
100
payment_response_url=http://www.shop2020.in/hdfc-pay-response
101
payment_success_url=http://www.shop2020.in/pay-success
102
payment_error_url=http://www.shop2020.in/pay-error
103
 
3616 chandransh 104
emi_payment_resource_file_path=/tmp/resource/
105
emi_payment_alias_name=90001194
106
emi_payment_response_url=http://www.shop2020.in/hdfc-emi-pay-response
107
emi_payment_success_url=http://www.shop2020.in/pay-success
108
emi_payment_error_url=http://www.shop2020.in/pay-error
109
 
3138 rajveer 110
ebs_account_id=5880
111
ebs_secret_key=ebskey
112
ebs_pay_mode=TEST
113
ebs_processing_url=http://www.shop2020.in/ebs-pay-response/?DR=
114
ebs_return_url=http://www.shop2020.in/ebs-pay-processing/?DR={DR}
115
ebs_success_url=http://www.shop2020.in/pay-success
116
ebs_error_url=http://www.shop2020.in/pay-error
117
 
3170 rajveer 118
[SUPPORT]
3468 chandransh 119
catalog_service_db_hostname=192.168.190.114
120
transaction_service_db_hostname=192.168.190.114
121
 
3170 rajveer 122
logistics_service_server_host=192.168.141.43
123
payments_service_server_host=192.168.141.43
124
promotion_service_server_host=192.168.141.43
3468 chandransh 125
user_service_server_host=192.168.141.43
3327 chandransh 126
 
127
catalog_service_server_host=localhost
3324 chandransh 128
inventory_history_service_server_host=localhost
129
inventory_history_service_server_port=9015
3335 chandransh 130
inventory_history_service_db_hostname=localhost
3138 rajveer 131
 
3230 rajveer 132
solr_url=http://192.168.141.43:8983/solr/select/
133
 
3170 rajveer 134
[PROD1]
3468 chandransh 135
crm_service_server_host=192.168.149.148
3290 rajveer 136
 
3468 chandransh 137
catalog_service_db_hostname=192.168.190.114
138
helper_service_db_hostname=192.168.190.114
139
logistics_service_db_hostname=192.168.190.114
140
promotion_service_db_hostname=192.168.190.114
141
transaction_service_db_hostname=192.168.190.114
142
user_service_db_hostname=192.168.190.114
143
 
3204 rajveer 144
catalog_service_server_host1=localhost
3240 rajveer 145
catalog_service_server_port1=9001
3468 chandransh 146
helper_service_server_host1=localhost
147
helper_service_server_port1=9008
3204 rajveer 148
logistics_service_server_host1=localhost
3240 rajveer 149
logistics_service_server_port1=9011
3468 chandransh 150
payments_service_server_host=localhost
151
payments_service_server_port=9012
3204 rajveer 152
promotion_service_server_host1=localhost
3240 rajveer 153
promotion_service_server_port1=9005
3468 chandransh 154
transaction_service_server_host1=localhost
155
transaction_service_server_port1=9002
156
user_service_server_host1=localhost
157
user_service_server_port1=9000
3202 rajveer 158
 
3204 rajveer 159
catalog_service_server_host2=192.168.161.5
3240 rajveer 160
catalog_service_server_port2=9001
3468 chandransh 161
helper_service_server_host2=192.168.161.5
162
helper_service_server_port2=9008
3204 rajveer 163
logistics_service_server_host2=192.168.161.5
3240 rajveer 164
logistics_service_server_port2=9011
3509 rajveer 165
payments_service_server_host2=192.168.161.5
166
payments_service_server_port2=9012
3204 rajveer 167
promotion_service_server_host2=192.168.161.5
3240 rajveer 168
promotion_service_server_port2=9005
3468 chandransh 169
transaction_service_server_host2=192.168.161.5
170
transaction_service_server_port2=9002
171
user_service_server_host2=192.168.161.5
172
user_service_server_port2=9000
3204 rajveer 173
 
3170 rajveer 174
payment_resource_file_path=/tmp/resource/
175
payment_alias_name=70002267
176
payment_response_url=http://www.saholic.com/hdfc-pay-response
177
payment_success_url=http://www.saholic.com/pay-success
178
payment_error_url=http://www.saholic.com/pay-error
3138 rajveer 179
 
3616 chandransh 180
emi_payment_resource_file_path=/tmp/emi-resource/
181
emi_payment_alias_name=72000328
3621 chandransh 182
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
183
emi_payment_success_url=http://www.saholic.com/pay-success
184
emi_payment_error_url=http://www.saholic.com/pay-error
3616 chandransh 185
 
3170 rajveer 186
ebs_account_id=7780
187
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
188
ebs_pay_mode=LIVE
189
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
190
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
191
ebs_success_url=http://www.saholic.com/pay-success
192
ebs_error_url=http://www.saholic.com/pay-error
193
 
194
[PROD2]
3468 chandransh 195
crm_service_server_host=192.168.149.148
3170 rajveer 196
 
3468 chandransh 197
catalog_service_db_hostname=192.168.190.114
198
helper_service_db_hostname=192.168.190.114
199
logistics_service_db_hostname=192.168.190.114
200
promotion_service_db_hostname=192.168.190.114
201
transaction_service_db_hostname=192.168.190.114
202
user_service_db_hostname=192.168.190.114
3290 rajveer 203
 
3204 rajveer 204
catalog_service_server_host1=localhost
3240 rajveer 205
catalog_service_server_port1=9001
3468 chandransh 206
helper_service_server_host1=localhost
207
helper_service_server_port1=9008
3204 rajveer 208
logistics_service_server_host1=localhost
3240 rajveer 209
logistics_service_server_port1=9011
3468 chandransh 210
payments_service_server_host=localhost
211
payments_service_server_port=9012
3204 rajveer 212
promotion_service_server_host1=localhost
3240 rajveer 213
promotion_service_server_port1=9005
3468 chandransh 214
transaction_service_server_host1=localhost
215
transaction_service_server_port1=9002
216
user_service_server_host1=localhost
217
user_service_server_port1=9000
3202 rajveer 218
 
3204 rajveer 219
catalog_service_server_host2=192.168.141.43
3240 rajveer 220
catalog_service_server_port2=9001
3468 chandransh 221
helper_service_server_host2=192.168.141.43
222
helper_service_server_port2=9008
3204 rajveer 223
logistics_service_server_host2=192.168.141.43
3240 rajveer 224
logistics_service_server_port2=9011
3509 rajveer 225
payments_service_server_host2=192.168.141.43
226
payments_service_server_port2=9012
3204 rajveer 227
promotion_service_server_host2=192.168.141.43
3240 rajveer 228
promotion_service_server_port2=9005
3468 chandransh 229
transaction_service_server_host2=192.168.141.43
230
transaction_service_server_port2=9002
231
user_service_server_host2=192.168.141.43
232
user_service_server_port2=9000
3204 rajveer 233
 
3138 rajveer 234
payment_resource_file_path=/tmp/resource/
235
payment_alias_name=70002267
236
payment_response_url=http://www.saholic.com/hdfc-pay-response
237
payment_success_url=http://www.saholic.com/pay-success
238
payment_error_url=http://www.saholic.com/pay-error
239
 
3616 chandransh 240
emi_payment_resource_file_path=/tmp/emi-resource/
241
emi_payment_alias_name=72000328
3621 chandransh 242
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
243
emi_payment_success_url=http://www.saholic.com/pay-success
244
emi_payment_error_url=http://www.saholic.com/pay-error
3616 chandransh 245
 
3138 rajveer 246
ebs_account_id=7780
247
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
248
ebs_pay_mode=LIVE
249
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
250
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
251
ebs_success_url=http://www.saholic.com/pay-success
252
ebs_error_url=http://www.saholic.com/pay-error
3179 rajveer 253
 
3536 chandransh 254
[PROD3]
255
crm_service_server_host=173.255.253.139
256
 
257
catalog_service_db_hostname=localhost
258
helper_service_db_hostname=localhost
259
logistics_service_db_hostname=localhost
260
promotion_service_db_hostname=localhost
261
transaction_service_db_hostname=localhost
262
user_service_db_hostname=localhost
263
 
264
catalog_service_server_host1=localhost
265
catalog_service_server_port1=9001
266
helper_service_server_host1=localhost
267
helper_service_server_port1=9008
268
logistics_service_server_host1=localhost
269
logistics_service_server_port1=9011
270
payments_service_server_host=localhost
271
payments_service_server_port=9012
272
promotion_service_server_host1=localhost
273
promotion_service_server_port1=9005
274
transaction_service_server_host1=localhost
275
transaction_service_server_port1=9002
276
user_service_server_host1=localhost
277
user_service_server_port1=9000
278
 
279
payment_resource_file_path=/tmp/resource/
280
payment_alias_name=70002267
281
payment_response_url=http://www.saholic.com/hdfc-pay-response
282
payment_success_url=http://www.saholic.com/pay-success
283
payment_error_url=http://www.saholic.com/pay-error
284
 
3616 chandransh 285
emi_payment_resource_file_path=/tmp/emi-resource/
286
emi_payment_alias_name=72000328
3621 chandransh 287
emi_payment_response_url=http://www.saholic.com/hdfc-emi-pay-response
288
emi_payment_success_url=http://www.saholic.com/pay-success
289
emi_payment_error_url=http://www.saholic.com/pay-error
3616 chandransh 290
 
3536 chandransh 291
ebs_account_id=7780
292
ebs_secret_key=26b3b04e4574aa1cb0ae6e57a633efa4
293
ebs_pay_mode=LIVE
294
ebs_processing_url=http://www.saholic.com/ebs-pay-response/?DR=
295
ebs_return_url=http://www.saholic.com/ebs-pay-processing/?DR={DR}
296
ebs_success_url=http://www.saholic.com/pay-success
297
ebs_error_url=http://www.saholic.com/pay-error
298
 
3179 rajveer 299
[LOCAL_TESTING]
300
export_entities_path=/opt/apache-tomcat-6.0.29/webapps/export/html/entities/
301
 
302
catalog_service_server_port=10001
303
catalog_service_dbname=catalog_test
304
helper_service_server_port=10008
305
helper_service_dbname=helper_test
306
logistics_service_server_port=10011
307
logistics_service_dbname=logistics_test
308
promotion_service_server_port=10005
309
promotion_service_dbname=user_test
3468 chandransh 310
transaction_service_server_port=10002
311
transaction_service_dbname=transaction_test
312
user_service_server_port=10000
313
user_service_dbname=user_test
3179 rajveer 314
 
315
delivery_cutoff_time=-1
316
solr_url=http://localhost:8993/solr/select/
317
 
318
ebs_account_id=5880
319
ebs_secret_key=ebskey
320
ebs_pay_mode=TEST
321
ebs_processing_url=http://local.shop2020.in:8090/ebs-pay-response/?DR=
322
ebs_return_url=http://local.shop2020.in:8090/ebs-pay-processing/?DR={DR}
323
ebs_success_url=http://local.shop2020.in:8090/pay-success
324
ebs_error_url=http://local.shop2020.in:8090/pay-error