UNPKG

@boltic/cli

Version:

A powerful CLI tool for managing Boltic Workflow integrations - create, sync, test, and publish integrations with ease

32 lines (30 loc) 1.06 kB
const environments = { fcz0: { name: "bolt", consoleUrl: "https://api.central.sit.fyndx1.de", apiUrl: "https://api.boltic.sit.fyndx1.de/asia-south1", loginUrl: "https://central.sit.fyndx1.de", clientId: "ad140196-7d3c-477a-98bf-343187252f01", allowedOrigin: "*.console.sit.fyndx1.de", frontendUrl: "https://central.sit.fyndx1.de/boltic/asia-south1", }, fcz5: { name: "bolt", consoleUrl: "https://api.console.uat.fyndx1.de", apiUrl: "https://api.boltic.uat.fyndx1.de/asia-south1", loginUrl: "https://console.uat.fyndx1.de", clientId: "a65052b6-eef1-42e8-88c0-b80abca8dc51", allowedOrigin: "*.console.uat.fyndx1.de", frontendUrl: "https://console.uat.fyndx1.de/boltic/asia-south1", }, bolt: { name: "bolt", consoleUrl: "https://api.console.fynd.com", apiUrl: "https://api.boltic.fynd.com/asia-south1", loginUrl: "https://console.fynd.com", clientId: "40ec7873-ce38-4f0a-923b-1ebe96887d78", allowedOrigin: "*.console.fynd.com", frontendUrl: "https://console.fynd.com/boltic/asia-south1", }, }; export { environments };