This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-bpmn
mirror of
https://github.com/sartography/cr-connect-bpmn.git
Watch
1
Star
0
Fork
You've already forked cr-connect-bpmn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f5a97074f4
cr-connect-bpmn
/
karma.globals.js
7 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Replaces environment files with a single runtime environment file that pulls in environment variables.
2020-04-14 19:42:07 +00:00
var
ENV
=
{
production
:
'false'
,
api
:
'apiRoot'
,
irbUrl
:
'irbUrl'
,
Properly sets defaults for environment variables
2020-05-18 23:55:45 +00:00
homeRoute
:
'home'
,
Replaces environment files with a single runtime environment file that pulls in environment variables.
2020-04-14 19:42:07 +00:00
}
;