Files
QuotifyBE/appsettings.example.json
2025-07-14 12:26:27 +02:00

13 lines
278 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=server-host;Database=db-name;Username=quotify-user;Password=user-secret"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}