10 lines
210 B
TypeScript
10 lines
210 B
TypeScript
export const environment = {
|
|
production: true,
|
|
api: {
|
|
url: "https://diuna.bim-it.pl/api"
|
|
},
|
|
google: {
|
|
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
|
|
}
|
|
};
|