backend fertig gestellt

frontend angefangen
This commit is contained in:
Husky
2022-01-04 19:01:33 +01:00
parent 71ac5d0a5b
commit d0bc77271e
47 changed files with 23070 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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

@@ -0,0 +1,22 @@
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false,
gateway: 'http://localhost:3000',
callback: 'http://localhost:4200/callback',
domain: 'dev-uzlaiuax.eu.auth0.com',
clientId: 'JLRuOGtkGQAESlcE6MADlOmLdowttvLo',
audience: 'https://hochzeit-api'
};
/*
* For easier debugging in development mode, you can import the following file
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
*
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.