-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to support both loopback 3.x and 2.x
- Loading branch information
Tom Kirkpatrick
authored and
Tom Kirkpatrick
committed
Jun 14, 2017
1 parent
cf41441
commit d0c26e6
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
{ | ||
"restApiRoot": "/api", | ||
"host": "localhost", | ||
"host": "0.0.0.0", | ||
"port": 3000, | ||
"remoting": { | ||
"context": false, | ||
"rest": { | ||
"normalizeHttpPath": false, | ||
"xml": false | ||
}, | ||
"json": { | ||
"strict": false, | ||
"limit": "100kb" | ||
}, | ||
"urlencoded": { | ||
"extended": true, | ||
"limit": "100kb" | ||
}, | ||
"cors": false | ||
}, | ||
"legacyExplorer": false | ||
} |