MobileInternetTechnolody/Chiara/Chiara/appsettings.Development.json
2024-07-04 15:27:19 +08:00

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"
}
}