Files
Shadow/appsettings.example.json
sherl eb6a8e52c1 chore: initial commit
contains boilerplate code
2025-12-07 23:09:50 +01:00

13 lines
279 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=SERVER-HOST;Database=DB-NAME;Username=DATABASE-USER;Password=USER-SECRET"
}
}