18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=db-sqlserver;Database=InventarioDB;User Id=apiequipos;Password=@Apiequipos513@;TrustServerCertificate=True"
|
|
},
|
|
"SshSettings": {
|
|
"Host": "192.168.10.1",
|
|
"Port": 22110,
|
|
"User": "root",
|
|
"Password": "PTP.847eld23"
|
|
}
|
|
} |