code cleanup
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user