Fixes Docker Angular Build Process

This commit is contained in:
2023-10-11 19:56:06 -03:00
parent a03fc7e09e
commit 26e942a532
9 changed files with 22 additions and 181 deletions

7
src/assets/env.sample.js Normal file
View File

@@ -0,0 +1,7 @@
(function (window) {
window['env'] = window['env'] || {};
// Environment variables
window['env']['backendPath'] = '${BACKEND_URL}';
window['env']['backendOAuthPath'] = '${BACKEND_OAUTH_URL}';
})(this);