source: iknow-api/appsettings.Development.json@ 89eb129

Last change on this file since 89eb129 was 3347c1b, checked in by imbrsk <boris696boris@…>, 11 months ago

Implement refresh token functionality with associated services and repositories

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