Subversion Repositories SmartDukaan

Rev

Rev 447 | Rev 747 | Go to most recent revision | 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,
        usermodel_server_host,
        usermodel_server_port,
        
        user_service_server_host,
        user_service_server_port,
        
        transaction_service_hostname,
        transaction_service_port,

        transaction_service_server_host,
        transaction_service_server_port,
        
        catalog_service_hostname,
        catalog_service_port,

        catalog_service_server_host,
        catalog_service_server_port,

        shopping_cart_hostname,
        shopping_cart_port,
        shopping_cart_server_host,
        shopping_cart_server_port,
        
        helper_service_hostname,
        helper_service_port,
        
        estimation_service_hostname,
        estimation_service_port,
        
        pageloader_service_hostname,
        pageloader_service_port,
        
        datalogging_service_local_hostname,
        datalogging_service_local_port,
        datalogging_service_remote_hostname,
        datalogging_service_remote_port,
        datalogging_service_local_wrapper_port,
        
        widget_service_hostname,
        widget_service_port,
        
        logistics_service_hostname,
        logistics_service_port,
        
        payments_service_hostname,
        payments_service_port,
        
        CONTENT_DB_PATH,
        MEDIA_DB_PATH,
        DEFINITIONS_DB_PATH,
        ENTITIES_DB_PATH,
        COMPARISONS_DB_PATH

}