Line | |
---|
1 | {
|
---|
2 | "ConnectionStrings": {
|
---|
3 | "FarmatikoConnection": "Host=localhost;User ID=postgres;Password=@@Postgres@@.;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 | "EPPlus": {
|
---|
13 | "ExcelPackage": {
|
---|
14 | "LicenseContext": "NonCommercial"
|
---|
15 | }
|
---|
16 | },
|
---|
17 | "AllowedHosts": "*",
|
---|
18 | "jwtTokenConfig": {
|
---|
19 | "secret": "1234567890123456789",
|
---|
20 | "issuer": "FARMATIKO",
|
---|
21 | "audience": "FARMATIKO",
|
---|
22 | "accessTokenExpiration": 20,
|
---|
23 | "refreshTokenExpiration": 60
|
---|
24 | },
|
---|
25 | "SecretKey": "PEJcK2bD4E2BKdNmAlUl",
|
---|
26 | "TokenIssuer": "FARMATIKOISSUER"
|
---|
27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.