🔧

Configuration Options

Unfinished yet...
//Sample Config for API Generator
"Api": {
"Swagger": {
"Enabled": "false", // Enable/Disable for production builds
"Description": "Smoower API Sample",
"Version": "v1",
"Title": "Smoower sample config",
"ContactMail": "[email protected]",
"ContactUri": "https://www.myuri.com"
},
"Database": {
"DatabaseType": "SQL",
"Connection": "Server=localhost;database=123123123;user=<user>;password=<password>"
},
"Odata": {
"Enabled": true,
"EnableSelect": true,
"EnableFilter": false,
"EnableSort": false
}
}