backstrap-server
Version:
Backstrap is a lightweight framework for building APIs
34 lines • 780 B
JSON
{
"api_name": "YOUR API TITLE",
"token_header": "bs_api_token",
"timeout_check": 15,
"timeout": 120,
"server_port": 3000,
"index_service_call": "index",
"access_logging": false,
"session_logging": false,
"log_rotation_period": 90,
"server_timeout": null,
"keep_alive_timeout": null,
"headers_timeout": null,
"data_service_directory": null,
"utilities_directory": null,
"mail_options": {
"account": "FILL ME IN",
"service": "sendgrid",
"user": "FILL ME IN",
"api_key": "FILL ME IN",
"template_directory": "./templates/"
},
"identity": {
"provider": "native",
"domain": "",
"client_id": "",
"client_secret": "",
"audience": "",
"key_url": "",
"kid": "",
"mgmt_client_id": "",
"mgmt_client_secret": ""
}
}