BackendSpoofingDetected/UbloxSC20/appsettings.json

12 lines
361 B
JSON
Raw Normal View History

2025-03-25 10:01:22 +07:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"UbloxSC20Context": "Server=203.171.20.94,1434;Initial Catalog=EphProvider;TrustServerCertificate=True;Trusted_Connection=True;Trusted_Connection=False;User ID=ngocmx;Password=Navis123"
}
}