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

10 lines
208 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: {
url: "http://localhost:5183/api"
},
google: {
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
}
2022-11-29 18:25:52 +01:00
};