@recipher/contact-service
Version:
Contact services
34 lines (27 loc) • 522 B
JSON
{
"FACEBOOK": {
"SCOPE": [ "email", "public_profile", "user_friends" ]
, "FIELDS": [ "id", "email", "name", "picture.width(300)", "gender", "link", "first_name", "last_name", "location" ]
}
, "HTTP": {
"CORS": { "Access-Control-Allow-Credentials": true, "origin": "*" }
}
, "TOKEN": {
"SECRET": ""
}
, "CACHE": {
"TTL": 120
}
, "LOGGING": {
"LEVEL": "verbose"
}
, "MANDRILL": {
"ID": ""
, "SUBACCOUNT": ""
}
, "TWILIO": {
"ID": ""
, "TOKEN": ""
, "NUMBER": ""
}
}