Files
Deluxe-2023-Server-Code/appsettings.json
T
Exception 1f113298e0 Movement
2026-05-09 14:31:53 -04:00

13 lines
262 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "server=YOUR_SERVER_IP;database=redacted;user=redacted;password=redacted;"
}
}