This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
loopback-boot
mirror of
https://github.com/strongloop/loopback-boot.git
Watch
0
Star
0
Fork
You've already forked loopback-boot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4f91a4f78e
loopback-boot
/
test
/
fixtures
/
simple-app
/
config.json
5 lines
39 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial implementation Move `app.boot()` and its tests from loopback. Fix jshint warnings. Clean up unit tests - remove dependency on global variables created by loopback's test/support.js
2014-05-23 14:39:34 +00:00
{
Change test cases port to be dynamic To avoid port collision when running in Jenkins
2016-08-11 21:04:23 +00:00
"port"
:
0
,
Initial implementation Move `app.boot()` and its tests from loopback. Fix jshint warnings. Clean up unit tests - remove dependency on global variables created by loopback's test/support.js
2014-05-23 14:39:34 +00:00
"host"
:
"127.0.0.1"
}