source: iknow-api/appsettings.json@ b8093a0

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