Rev 9060 | Blame | Compare with Previous | Last modification | View Log | RSS feed
package in.shop2020.utils;public enum ConfigClientKeys {/*** User Model keys*/usermodel_db_hb_host,usermodel_db_hb_username,usermodel_db_hb_password,usermodel_db_hb_name,usermodel_db_hb_c3p0_min_pool_size,usermodel_db_hb_c3p0_max_pool_size,user_service_server_host,user_service_server_port,promotion_service_server_host,promotion_service_server_port,transaction_service_server_host,transaction_service_server_port,catalog_service_server_host,catalog_service_server_host_prod,catalog_service_server_port,inventory_history_service_server_host,inventory_history_service_server_port,helper_service_server_host,helper_service_server_port,logistics_service_server_host,logistics_service_server_port,payments_service_server_host,payments_service_server_port,payments_service_db_hostname,alert_service_server_host,alert_service_server_port,alert_service_db_hostname,warehouse_service_server_host,warehouse_service_server_port,warehouse_service_db_hostname,crm_service_server_host,crm_service_server_port,purchase_service_server_host,purchase_service_server_port,test_service_server_host,test_service_server_port,datalogging_service_local_hostname,datalogging_service_local_port,datalogging_service_remote_hostname,datalogging_service_remote_port,datalogging_service_local_wrapper_port,content_service_server_host,content_service_server_port,push_prices_to_prod_log_file,push_prices_to_prod_max_count,CONTENT_DB_PATH,MEDIA_DB_PATH,DEFINITIONS_DB_PATH,ENTITIES_DB_PATH,COMPARISONS_DB_PATH,PUSH_PRICES_TO_PROD_SCRIPT_PATH,courier_cost_factor,courier_weight_factor,breakeven_divisor,breakeven_additon_factor,transfer_price_percentage,transfer_price_factor,entityId_mandatory,catalog_service_server_host_master,catalog_service_server_host_hotspot,inventory_service_server_host,inventory_service_server_port,adwords_service_server_port,adwords_service_server_host,adwords_service_db_hostname,dtr_service_server_host,dtr_service_server_port}