source:
Farmatiko/appsettings.json@
333cdac
Last change on this file since 333cdac was 333cdac, checked in by , 4 years ago | |
---|---|
|
|
File size: 355 bytes |
Line | |
---|---|
1 | { |
2 | "ConnectionStrings": { |
3 | "FarmatikoConnection": "Host=localhost;User ID=postgres;Password=Kurwa1337!!;database=FarmatikoDb;Integrated Security=true; Pooling=true;" |
4 | }, |
5 | "Logging": { |
6 | "LogLevel": { |
7 | "Default": "Information", |
8 | "Microsoft": "Warning", |
9 | "Microsoft.Hosting.Lifetime": "Information" |
10 | } |
11 | }, |
12 | "AllowedHosts": "*" |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.