18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"PostgreSQL": "Host=localhost;Port=5432;Database=db.ProximaContracts;Username=proxima_user;Password=Proxima_Password"
|
|
},
|
|
"Cors": {
|
|
"AllowedOrigins": [
|
|
"https://quediaempiezo.asarmientotest.es"
|
|
]
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|