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