Files
DiunaBI/Frontend/src/environments/environment.prod.ts

10 lines
210 B
TypeScript
Raw Normal View History

2022-11-29 18:25:52 +01:00
export const environment = {
2022-12-06 12:34:37 +01:00
production: true,
api: {
2022-12-06 14:35:21 +01:00
url: "https://diuna.bim-it.pl/api"
2022-12-06 12:34:37 +01:00
},
google: {
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
}
2022-11-29 18:25:52 +01:00
};