feat: add dummy appsettings.json file

This commit is contained in:
2025-04-10 23:18:06 +02:00
parent 86383b2733
commit ba5725d780

View File

@@ -0,0 +1,12 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=some_host;Database=database_resource;Username=database_user;Password=some_password"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}