source: iknow-api/appsettings.json

Last change on this file was ea40556, checked in by Stefan-Saveski <stefansaveski19@…>, 8 days ago
  • ready for presentation
  • Property mode set to 100644
File size: 238 bytes
Line 
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
8 "AllowedOrigins": [
9 "http://localhost:3000",
10 "https://iknow-remaster.vercel.app"
11 ],
12 "AllowedHosts": "*"
13}
Note: See TracBrowser for help on using the repository browser.