config.js 210 Bytes
const baseUrl_api = "/dev-api";
const appSecretId = 'af14ef3f-ebec-446c-8d1f-c4afa60dd095';
const localPort = localStorage.getItem('localPort')

export default {
	localPort,
	baseUrl_api,
	appSecretId
}