Files
dotnet-template/appsettings.json
2024-02-26 00:23:58 +01:00

22 lines
526 B
JSON

{
"AppSettings" :
{
"Settings": {
"Name": "BasicDotnetTemplate",
"Version": "v1.0",
"Description": "This template contains basic configuration for a .Net 8 backend"
},
"OpenApiSettings": {
"TermsOfServiceUrl": "",
"OpenApiContact": {
"Name": "",
"Url": ""
},
"OpenApiLicense": {
"Name": "",
"Url": ""
}
}
}
}