15 lines
372 B
JSON
15 lines
372 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Postgres": "Host=localhost;Database=chiara;Username=postgres;Password=12345678"
|
|
},
|
|
"Repository": {
|
|
"Path": "/home/ricardo/Documents/Code/CSharp/Chiara/Chiara.Tests/Data"
|
|
}
|
|
}
|