class Config { static inventoryUrl = "http://localhost:8080/api/products"; static promotionsUrl = "http://localhost:8081/api/promos"; static sessionUrl = "http://localhost:8080//api/sessions"; } export default Config;