Medusa-CS/Medusa.AppHost/appsettings.Development.json
2024-08-15 20:06:56 +02:00

13 lines
202 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Parameters": {
"dbpass": "kay2001",
"weburl": "https://localhost"
}
}