31 lines
928 B
JSON
31 lines
928 B
JSON
{
|
|
"AppSettings" :
|
|
{
|
|
"Settings": {
|
|
"Name": "MainProject",
|
|
"Version": "v1.0",
|
|
"Description": "This template contains basic configuration for a .Net 8 backend"
|
|
},
|
|
"DatabaseSettings": {
|
|
"SqlServerConnectionString": "SQLSERVER_DB_SERVER",
|
|
"MongoDbConnectionString": "MONGO_DB_SERVER"
|
|
},
|
|
"OpenApiSettings": {
|
|
"TermsOfServiceUrl": "",
|
|
"OpenApiContact": {
|
|
"Name": "",
|
|
"Url": ""
|
|
},
|
|
"OpenApiLicense": {
|
|
"Name": "MIT License",
|
|
"Url": "https://github.com/csimonapastore/BasicDotnetTemplate/blob/main/LICENSE.md"
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|
|
} |