21 lines
611 B
JSON
21 lines
611 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Cors": {
|
|
"AllowedOrigins": "*",
|
|
"AllowedMethods": "*",
|
|
"AllowedHeaders": "*"
|
|
},
|
|
"ConnectionStrings": {
|
|
//"DefaultConnectionString": "Server=localhost;port=3306;User ID=root;Password=root;Database=MarcoBMS2"
|
|
"DefaultConnectionString": "Server=147.93.98.152;User ID=devuser;Password=AppUser@123$;Database=MarcoBMS10"
|
|
},
|
|
"MongoDB": {
|
|
"SerilogDatabaseUrl": "mongodb://localhost:27017/DotNetLogs"
|
|
}
|
|
}
|