source: ChapterX.API/appsettings.Development.json.example@ b373fea

main
Last change on this file since b373fea was a7550ca, checked in by kikisrbinoska <srbinoskakristina07@…>, 3 months ago

Removed things

  • Property mode set to 100644
File size: 396 bytes
RevLine 
[a7550ca]1{
2 "ConnectionStrings": {
3 "Database": "Host=localhost;Port=5432;Database=your_db;User Id=your_user;Password=your_password;SSL Mode=Disable"
4 },
5 "Jwt": {
6 "Key": "your-secret-key-at-least-32-characters-long!!",
7 "Issuer": "ChapterX",
8 "Audience": "ChapterX"
9 },
10 "Logging": {
11 "LogLevel": {
12 "Default": "Information",
13 "Microsoft.AspNetCore": "Warning"
14 }
15 }
16}
Note: See TracBrowser for help on using the repository browser.