source: iknow-api/appsettings.json@ 618be76

Last change on this file since 618be76 was 618be76, checked in by imbrsk <boris696boris@…>, 11 months ago

Implement user management features with database integration

  • Property mode set to 100644
File size: 262 bytes
RevLine 
[c11d3a3]1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
[618be76]8 "ConnectionStrings": {
9 "DefaultConnection": "Host=localhost;Port=5432;Database=myappdb;Username=myuser;Password=REDACTED_ROTATE_ME"
10 }
[c11d3a3]11}
Note: See TracBrowser for help on using the repository browser.