Fixes Docker Angular Build Process
This commit is contained in:
7
src/assets/env.sample.js
Normal file
7
src/assets/env.sample.js
Normal 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);
|
||||
Reference in New Issue
Block a user