UNPKG

@gistproduct/web

Version:

Build beautiful in-app flows with no code and deliver them instantly to your app.

22 lines 707 B
export const settings = { GIST_API_ENDPOINT: { "prod": "https://api.gist.build", "dev": "https://api.dev.gist.build", "local": "http://api.local.gist.build:83" }, GIST_QUEUE_API_ENDPOINT: { "prod": "https://queue.api.gist.build", "dev": "https://queue.api.dev.gist.build", "local": "http://api.local.gist.build:86" }, GIST_ANALYTICS_API_ENDPOINT: { "prod": "https://analytics.api.gist.build", "dev": "https://analytics.api.dev.gist.build", "local": "http://api.local.gist.build:88" }, GIST_VIEW_ENDPOINT: { "prod": "https://renderer.gist.build/1.0", "dev": "https://renderer.gist.build/1.0", "local": "http://app.local.gist.build:8080/web" } }