source: iknow-api/appsettings.json@ bb02e3a

Last change on this file since bb02e3a was bb02e3a, checked in by Stefan-Saveski <stefansaveski19@…>, 9 months ago

Added dockerfile and changes to GET user.

  • Property mode set to 100644
File size: 505 bytes
Line 
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
8 "AllowedOrigins": [
9 "http://localhost:3000"
10 ],
11 "ConnectionStrings": {
12 "DefaultConnection": "Host=ep-divine-term-aghfotgc-pooler.c-2.eu-central-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_SxbBZmtw4I7P; SSL Mode=VerifyFull; Channel Binding=Require;"
13 },
14 "Jwt": {
15 "Key": "YourSecretKeyHereMustBeAtLeast32CharactersLongForHS256Algorithm"
16 }
17}
Note: See TracBrowser for help on using the repository browser.