code cleanup

This commit is contained in:
HuskyTeufel
2022-02-03 14:17:44 +01:00
parent 906e2d7ae3
commit cc34c01fe6
2 changed files with 1 additions and 7 deletions

View File

@@ -2,7 +2,4 @@ export const environment = {
production: true,
gateway: '',
callback: 'http://localhost:4200/callback',
domain: 'dev-uzlaiuax.eu.auth0.com',
clientId: 'JLRuOGtkGQAESlcE6MADlOmLdowttvLo',
audience: 'https://hochzeit-api'
};

View File

@@ -4,11 +4,8 @@
export const environment = {
production: false,
gateway: 'http://localhost:3000',
gateway: '',
callback: 'http://localhost:4200/callback',
domain: 'dev-uzlaiuax.eu.auth0.com',
clientId: 'JLRuOGtkGQAESlcE6MADlOmLdowttvLo',
audience: 'https://hochzeit-api'
};