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

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

Removed things

  • Property mode set to 100644
File size: 396 bytes
Line 
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.