Update angular envs
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true
|
production: true,
|
||||||
|
api: {
|
||||||
|
url: "http://localhost:5183/api"
|
||||||
|
},
|
||||||
|
google: {
|
||||||
|
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user