22 lines
756 B
JSON
22 lines
756 B
JSON
{
|
|
"AppSettings" :
|
|
{
|
|
"Settings": {
|
|
"Name": "MainProject",
|
|
"Version": "v1.0",
|
|
"Description": "This template contains basic configuration for a .Net 8 backend"
|
|
},
|
|
"OpenApiSettings": {
|
|
"TermsOfServiceUrl": "https://github.com/csimonapastore/BasicDotnetTemplate/blob/main/LICENSE.md",
|
|
"OpenApiContact": {
|
|
"Name": "README",
|
|
"Url": "https://github.com/csimonapastore/BasicDotnetTemplate/blob/main/README.md"
|
|
},
|
|
"OpenApiLicense": {
|
|
"Name": "MIT License",
|
|
"Url": "https://github.com/csimonapastore/BasicDotnetTemplate/blob/main/LICENSE.md"
|
|
}
|
|
}
|
|
}
|
|
|
|
} |