config.js 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 const baseUrl_api = "/dev-api"; const appSecretId = 'af14ef3f-ebec-446c-8d1f-c4afa60dd095'; const localPort = localStorage.getItem('localPort') export default { localPort, baseUrl_api, appSecretId }