mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-28 01:25:52 +00:00
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
var ENV = {
|
|
production: 'false',
|
|
api: 'apiRoot',
|
|
irbUrl: 'irbUrl',
|
|
};
|