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