source: Farmatiko/appsettings.json@ f554983

Last change on this file since f554983 was f554983, checked in by Dimitar Slezenkovski <dslezenkovski@…>, 3 years ago

Add cron job for updating data, with Quartz.NET

  • Property mode set to 100644
File size: 728 bytes
RevLine 
[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 },
[1454207]12 "EPPlus": {
13 "ExcelPackage": {
[d23bf72]14 "LicenseContext": "NonCommercial"
[1454207]15 }
16 },
[d23bf72]17 "AllowedHosts": "*",
18 "jwtTokenConfig": {
19 "secret": "1234567890123456789",
20 "issuer": "FARMATIKO",
21 "audience": "FARMATIKO",
22 "accessTokenExpiration": 20,
23 "refreshTokenExpiration": 60
24 },
25 "SecretKey": "PEJcK2bD4E2BKdNmAlUl",
[f554983]26 "TokenIssuer": "FARMATIKOISSUER",
27 "ifStartup": "true"
[30a465f]28}
Note: See TracBrowser for help on using the repository browser.