Update angular envs

This commit is contained in:
2022-12-06 12:34:37 +01:00
parent f8fa3208b9
commit d31a4ff194

View File

@@ -1,3 +1,9 @@
export const environment = {
production: true
production: true,
api: {
url: "http://localhost:5183/api"
},
google: {
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
}
};