UNPKG

koneksi-ts-sdk

Version:

A JS/TS SDK for interacting with Koneksi API services

19 lines (18 loc) 520 B
export const SERVER_CONFIGS = { local: { apiUrl: "http://localhost:8080/api", webAppUrl: "http://localhost:5173", }, staging: { apiUrl: "https://staging.koneksi.co.kr/api", webAppUrl: "https://app-staging.koneksi.co.kr", }, uat: { apiUrl: "https://server-uat.koneksi.co.kr", webAppUrl: "https://app-uat.koneksi.co.kr", }, production: { apiUrl: "https://prod.koneksi.co.kr/api", webAppUrl: "https://app.koneksi.co.kr", }, };