Files
Exception 46589f2ef3 MOVEMENT
2026-05-09 14:13:43 -04:00

12 lines
275 B
JSON

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