source:
Farmatiko/appsettings.json@
a8ccc2c
Last change on this file since a8ccc2c was a8ccc2c, checked in by , 5 years ago | |
---|---|
|
|
File size: 357 bytes |
Rev | Line | |
---|---|---|
[30a465f] | 1 | { |
2 | "ConnectionStrings": { | |
[a8ccc2c] | 3 | "FarmatikoConnection": "Host=localhost;User ID=postgres;Password=@@Postgres@@.;database=FarmatikoDb;Integrated Security=true; Pooling=true;" |
[30a465f] | 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.