Files
agent/ui/public/assets/env.template.js
Thomas Quandalle 3debf62975 update settings page
2022-08-15 22:08:08 +02:00

6 lines
147 B
JavaScript

(function (window) {
window['env'] = window['env'] || {};
// Environment variables
window['env']['apiUrl'] = '${FACTORY_API_URL}';
})(this);