-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from bkd-mba-fbi/feature/evt2024.R1
Feature/evt2024.r1
- Loading branch information
Showing
16 changed files
with
56 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Rename this file to settings.js and adjust the settings | ||
|
||
window.stellvertretung = window.stellvertretung || {}; | ||
|
||
window.stellvertretung.settings = { | ||
/** | ||
* General settings | ||
*/ | ||
// API base URL (without trailing slash) | ||
apiUrl: 'http://localhost/CLX.Evento/api', | ||
oAuthUrl: 'http://localhost/CLX.Evento', | ||
oAuthRedirectUrl: 'http://localhost:4200', | ||
webModuleRedirectUrlAdHoc: 'http://localhost:4200/#substitutions/execute', | ||
clientId: 'CLX.Evento-Public', | ||
appScope: 'Tutoring', | ||
instanceId: '111', | ||
|
||
// Path (without trailing slash, relative to the index.html) to the | ||
// JavaScript bundles and the assets directory containing image and | ||
// locale files | ||
scriptsAndAssetsPath: '.', | ||
}; |
1 change: 0 additions & 1 deletion
1
public/apps/Stellvertretung/src_app_substitutions_substitutions_module_ts.js.map
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.