| 21553 |
ashik.ali |
1 |
package com.spice.profitmandi.thrift.clients;
|
|
|
2 |
|
|
|
3 |
public enum ConfigClientKeys {
|
|
|
4 |
/**
|
|
|
5 |
* User Model keys
|
|
|
6 |
*/
|
|
|
7 |
usermodel_db_hb_host,
|
|
|
8 |
usermodel_db_hb_username,
|
|
|
9 |
usermodel_db_hb_password,
|
|
|
10 |
usermodel_db_hb_name,
|
|
|
11 |
usermodel_db_hb_c3p0_min_pool_size,
|
|
|
12 |
usermodel_db_hb_c3p0_max_pool_size,
|
|
|
13 |
|
|
|
14 |
user_service_server_host,
|
|
|
15 |
user_service_server_port,
|
|
|
16 |
|
|
|
17 |
promotion_service_server_host,
|
|
|
18 |
promotion_service_server_port,
|
|
|
19 |
|
|
|
20 |
transaction_service_server_host,
|
|
|
21 |
transaction_service_server_port,
|
|
|
22 |
|
|
|
23 |
catalog_service_server_host,
|
|
|
24 |
catalog_service_server_host_prod,
|
|
|
25 |
catalog_service_server_port,
|
|
|
26 |
|
|
|
27 |
inventory_history_service_server_host,
|
|
|
28 |
inventory_history_service_server_port,
|
|
|
29 |
|
|
|
30 |
helper_service_server_host,
|
|
|
31 |
helper_service_server_port,
|
|
|
32 |
|
|
|
33 |
logistics_service_server_host,
|
|
|
34 |
logistics_service_server_port,
|
|
|
35 |
|
|
|
36 |
payments_service_server_host,
|
|
|
37 |
payments_service_server_port,
|
|
|
38 |
payments_service_db_hostname,
|
|
|
39 |
|
|
|
40 |
alert_service_server_host,
|
|
|
41 |
alert_service_server_port,
|
|
|
42 |
alert_service_db_hostname,
|
|
|
43 |
|
|
|
44 |
warehouse_service_server_host,
|
|
|
45 |
warehouse_service_server_port,
|
|
|
46 |
warehouse_service_db_hostname,
|
|
|
47 |
|
|
|
48 |
crm_service_server_host,
|
|
|
49 |
crm_service_server_port,
|
|
|
50 |
|
|
|
51 |
purchase_service_server_host,
|
|
|
52 |
purchase_service_server_port,
|
|
|
53 |
|
|
|
54 |
test_service_server_host,
|
|
|
55 |
test_service_server_port,
|
|
|
56 |
|
|
|
57 |
datalogging_service_local_hostname,
|
|
|
58 |
datalogging_service_local_port,
|
|
|
59 |
datalogging_service_remote_hostname,
|
|
|
60 |
datalogging_service_remote_port,
|
|
|
61 |
datalogging_service_local_wrapper_port,
|
|
|
62 |
|
|
|
63 |
content_service_server_host,
|
|
|
64 |
content_service_server_port,
|
|
|
65 |
|
|
|
66 |
push_prices_to_prod_log_file,
|
|
|
67 |
push_prices_to_prod_max_count,
|
|
|
68 |
|
|
|
69 |
CONTENT_DB_PATH,
|
|
|
70 |
MEDIA_DB_PATH,
|
|
|
71 |
DEFINITIONS_DB_PATH,
|
|
|
72 |
ENTITIES_DB_PATH,
|
|
|
73 |
COMPARISONS_DB_PATH,
|
|
|
74 |
PUSH_PRICES_TO_PROD_SCRIPT_PATH,
|
|
|
75 |
|
|
|
76 |
courier_cost_factor,
|
|
|
77 |
courier_weight_factor,
|
|
|
78 |
breakeven_divisor,
|
|
|
79 |
breakeven_additon_factor,
|
|
|
80 |
transfer_price_percentage,
|
|
|
81 |
transfer_price_factor,
|
|
|
82 |
|
|
|
83 |
entityId_mandatory,
|
|
|
84 |
catalog_service_server_host_master,
|
|
|
85 |
catalog_service_server_host_hotspot,
|
|
|
86 |
|
|
|
87 |
inventory_service_server_host,
|
|
|
88 |
inventory_service_server_port,
|
|
|
89 |
|
|
|
90 |
adwords_service_server_port,
|
|
|
91 |
adwords_service_server_host,
|
|
|
92 |
adwords_service_db_hostname,
|
|
|
93 |
|
|
|
94 |
dtr_service_server_host,
|
|
|
95 |
dtr_service_server_port
|
|
|
96 |
|
|
|
97 |
}
|