loopback-component-satellizer
Version:
A loopback module for satellizer
42 lines (41 loc) • 800 B
JSON
{
"restApiRoot": "/api",
"host": "0.0.0.0",
"port": 3000,
"remoting": {
"context": {
"enableHttpContext": false
},
"rest": {
"normalizeHttpPath": false,
"xml": false
},
"json": {
"strict": false,
"limit": "100kb"
},
"urlencoded": {
"extended": true,
"limit": "100kb"
},
"cors": false,
"errorHandler": {
"disableStackTrace": false
}
},
"legacyExplorer": false,
"provider": {
"facebook": {
"public": "this_is_a_public_key",
"private": "this_is_a_private_key"
},
"google": {
"public": "this_is_a_public_key",
"private": "this_is_a_private_key"
},
"twitter": {
"public": "this_is_a_public_key",
"private": "this_is_a_private_key"
}
}
}