source:
iknow-api/appsettings.json@
ea40556
| Last change on this file since ea40556 was ea40556, checked in by , 8 days ago | |
|---|---|
|
|
| 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.
