diff --git a/Frontend/src/environments/environment.prod.ts b/Frontend/src/environments/environment.prod.ts index 3612073..19e231c 100644 --- a/Frontend/src/environments/environment.prod.ts +++ b/Frontend/src/environments/environment.prod.ts @@ -1,3 +1,9 @@ export const environment = { - production: true + production: true, + api: { + url: "http://localhost:5183/api" + }, + google: { + clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com" + } };