source:
iknow-api/appsettings.json@
d025ba3
| Last change on this file since d025ba3 was 5aa102d, checked in by , 11 months ago | |
|---|---|
|
|
| File size: 261 bytes | |
| Line | |
|---|---|
| 1 | { |
| 2 | "Logging": { |
| 3 | "LogLevel": { |
| 4 | "Default": "Information", |
| 5 | "Microsoft.AspNetCore": "Warning" |
| 6 | } |
| 7 | }, |
| 8 | "ConnectionStrings": { |
| 9 | "DefaultConnection": "Host=localhost;Port=3306;Database=myappdb;Username=root;Password=apipassword" |
| 10 | } |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
