fully-api
Version:
API framework for Fully Stacked, LLC REST-ful APIs
60 lines (58 loc) • 1.56 kB
JSON
{
"api_name": "YOUR API TITLE",
"token_header": "bs_api_token",
"timeout_check": 15,
"timeout": 120,
"server_port": 3000,
"servers": [],
"index_service_call": "index",
"mail_options": {
"account": "YOUR EMAIL",
"service": "sendgrid",
"user": "YOUR USERNAME",
"pass": "YOUR PASSWORD",
"api_key": "YOUR API KEY",
"template_directory": "./templates/"
},
"identity": {
"provider": "native",
"domain": "",
"client_id": "",
"client_secret": "",
"audience": "",
"key_url": "",
"kid": "",
"mgmt_client_id": "",
"mgmt_client_secret": ""
},
"oauth": {
"facebook": {
"client_id": "",
"client_secret": "",
"get_token_url": "https://graph.facebook.com/v2.8/oauth/access_token?client_id=",
"token_info_url": "https://graph.facebook.com/v2.8/me?access_token",
"endpoint": "https://graph.facebook.com/v2.8/oauth/access_token"
},
"twitter": {
"consumer_key": "",
"consumer_secret": "",
"get_token_url": "https://api.twitter.com/oauth/request_token",
"callback_url": "",
"verify_credentials_json_url":"https://api.twitter.com/1.1/account/verify_credentials.json",
"access_token_url": "https://api.twitter.com/oauth/access_token"
},
"google": {
"client_id": "",
"client_secret": "",
"get_token_url": "https://www.googleapis.com/oauth2/v4/token",
"token_info_url": "https://www.googleapis.com/oauth2/v3/tokeninfo"
},
"linkedin": {
}
},
"default_superuser": {
"username": "admin",
"password": "1994",
"email": "hello@fullystacked.tech"
}
}