TFS_ANTIGUO/TPAtesa_CuentasCobrar/CuentasCobrar.API/appsettings.json

19 lines
No EOL
465 B
JSON

{
"ConnectionStrings": {
"CuentasCobrar": "Server=SRV-ULQA73\\ULTIMUSATESA;Database=CUENTAS_COBRAR;User ID=sa;Password=Ultimus@Davivienda;Trust Server Certificate=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"PaginationDefaultConfig": {
"NumeroDePagina": 1,
"RegistrosPorPagina": 5
},
"AppSettings": {
"Token": "my top secret key"
},
"AllowedHosts": "*"
}