source:
WineTrackerFinal/WineTrackerWebApi/appsettings.json
Last change on this file was 17d6948, checked in by , 6 days ago | |
---|---|
|
|
File size: 356 bytes |
Line | |
---|---|
1 | { |
2 | "Logging": { |
3 | "LogLevel": { |
4 | "Default": "Information", |
5 | "Microsoft.AspNetCore": "Warning" |
6 | } |
7 | }, |
8 | "AllowedHosts": "*", |
9 | "ConnectionStrings": { |
10 | "DefaultConnection": "Host=localhost;Port=9999;Database=db_202425z_va_prj_winetracker;Username=db_202425z_va_prj_winetracker_owner;Password=4d79fa4bc5c0;Include Error Detail=True;" |
11 | } |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.