{ "version": 3, "sources": ["src/environments/environment.ts"], "sourcesContent": ["import { Environment } from '@abp/ng.core';\r\n\r\n// const baseUrl = 'http://apibetasoowgood.com';\r\n// const apiUrl = 'https://qa.soowgoodbeta.com';\r\nconst apiUrl = 'https://apisoowgoodbeta.com';\r\n// const apiUrl = 'https://localhost:44339';\r\n\r\nexport const serviceBaseUrl = 'http://localhost:3000';\r\nexport const USER_SECRATE = 'soowgood@@2024';\r\nexport const authenticationApi = 'https://authentication.soowgood.com';\r\nexport const environment = {\r\n production: false,\r\n application: {\r\n // baseUrl,\r\n name: 'SoowGoodWeb',\r\n logoUrl: '',\r\n },\r\n oAuthConfig: {\r\n // issuer: issuerUrl,\r\n // redirectUri: baseUrl,\r\n clientId: 'SoowGoodWeb_App',\r\n responseType: 'code',\r\n scope: 'offline_access openid profile role email phone SoowGoodWeb',\r\n requireHttps: true,\r\n },\r\n apis: {\r\n default: {\r\n url: apiUrl,\r\n rootNamespace: 'SoowGoodWeb',\r\n },\r\n },\r\n // firebaseConfig: {\r\n // apiKey: 'AIzaSyDr1_ViD_J8b3tI1jPrIf91rXaVq8xwW2E',\r\n // authDomain: 'mychat-6d0fd.firebaseapp.com',\r\n // projectId: 'mychat-6d0fd',\r\n // storageBucket: 'mychat-6d0fd.appspot.com',\r\n // messagingSenderId: '160782442286',\r\n // appId: '1:160782442286:web:c28bcb58a60dce3c8764bf',\r\n // vapidKey:\r\n // 'BJAlGQjs4DpCkt48HX2UUI4QHWr3qdDB38BxbfZtfPgUAS0L5OQjjYEBhh_wYZ8sqgfPRbm3tHs8gT10KOKu7tI',\r\n // },\r\n} as Environment;\r\n"], "mappings": "AAIA,IAAMA,EAAS,8BAGFC,EAAiB,wBACjBC,EAAe,iBACfC,EAAoB,sCACpBC,EAAc,CACzBC,WAAY,GACZC,YAAa,CAEXC,KAAM,cACNC,QAAS,IAEXC,YAAa,CAGXC,SAAU,kBACVC,aAAc,OACdC,MAAO,6DACPC,aAAc,IAEhBC,KAAM,CACJC,QAAS,CACPC,IAAKhB,EACLiB,cAAe", "names": ["apiUrl", "serviceBaseUrl", "USER_SECRATE", "authenticationApi", "environment", "production", "application", "name", "logoUrl", "oAuthConfig", "clientId", "responseType", "scope", "requireHttps", "apis", "default", "url", "rootNamespace"] }