Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/appsettings.json

    rc11d3a3 rfc7b4b4  
    66    }
    77  },
    8   "AllowedHosts": "*"
     8  "ConnectionStrings": {
     9    "DefaultConnection": "Host=localhost;Port=55432;Database=myappdb;Username=postgres;Password=REDACTED_ROTATE_ME"
     10  },
     11  "Jwt": {
     12    "Key": "REDACTED_SET_VIA_USER_SECRETS"
     13  }
    914}
Note: See TracChangeset for help on using the changeset viewer.