fully-api
Version:
API framework for Fully Stacked, LLC REST-ful APIs
19 lines • 435 B
JSON
{
"api_name": "[YOUR FULLY API TITLE]",
"token_header": "fully_api_token",
"default_superuser": {
"username": "admin",
"password": "5555",
"email": "elizabeth@fullystacked.tech"
},
"index_service_call": "index",
"servers": [],
"mail_options": {
"account": "YOUR EMAIL",
"service": "mailgun",
"user": "YOUR USERNAME",
"pass": "YOUR PASSWORD",
"api_key": "YOUR API KEY",
"template_directory": "./templates/"
}
}