12 lines
361 B
JSON
12 lines
361 B
JSON
{
|
|
"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"
|
|
}
|
|
} |