code cleanup
This commit is contained in:
@@ -2,7 +2,4 @@ export const environment = {
|
|||||||
production: true,
|
production: true,
|
||||||
gateway: '',
|
gateway: '',
|
||||||
callback: 'http://localhost:4200/callback',
|
callback: 'http://localhost:4200/callback',
|
||||||
domain: 'dev-uzlaiuax.eu.auth0.com',
|
|
||||||
clientId: 'JLRuOGtkGQAESlcE6MADlOmLdowttvLo',
|
|
||||||
audience: 'https://hochzeit-api'
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,11 +4,8 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
gateway: 'http://localhost:3000',
|
gateway: '',
|
||||||
callback: 'http://localhost:4200/callback',
|
callback: 'http://localhost:4200/callback',
|
||||||
domain: 'dev-uzlaiuax.eu.auth0.com',
|
|
||||||
clientId: 'JLRuOGtkGQAESlcE6MADlOmLdowttvLo',
|
|
||||||
audience: 'https://hochzeit-api'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user