This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-bpmn
Watch
1
Star
0
Fork
0
You've already forked cr-connect-bpmn
mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced
2025-01-09 16:45:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 15:42:07 -04:00
var
ENV
=
{
production
:
'false'
,
api
:
'apiRoot'
,
irbUrl
:
'irbUrl'
,
Properly sets defaults for environment variables
2020-05-18 19:55:45 -04:00
homeRoute
:
'home'
,
Replaces environment files with a single runtime environment file that pulls in environment variables.
2020-04-14 15:42:07 -04:00
}
;
Reference in New Issue
Copy Permalink