source: iknow-api/appsettings.json@ af4f801

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

Added CORS for frontend deployment.

  • Property mode set to 100644
File size: 546 bytes
RevLine 
[0b16523]1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
[bb02e3a]8 "AllowedOrigins": [
[848c1c5]9 "http://localhost:3000",
10 "https://iknow-remaster.vercel.app"
[bb02e3a]11 ],
[5b42c8d]12 "ConnectionStrings": {
[aee2b88]13 "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;"
[5b42c8d]14 },
15 "Jwt": {
16 "Key": "YourSecretKeyHereMustBeAtLeast32CharactersLongForHS256Algorithm"
17 }
[0b16523]18}
Note: See TracBrowser for help on using the repository browser.