source: iknow-api/appsettings.json@ ce1f8d4

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

Added CORS for frontend deployment.

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