source: iknow-api/appsettings.json@ 8ee90bd

Last change on this file since 8ee90bd was ea40556, checked in by Stefan-Saveski <stefansaveski19@…>, 9 days ago
  • ready for presentation
  • Property mode set to 100644
File size: 238 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 ],
[ea40556]12 "AllowedHosts": "*"
[0b16523]13}
Note: See TracBrowser for help on using the repository browser.