source: Farmatiko/appsettings.json@ 993189e

Last change on this file since 993189e was 1454207, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Change structure, Add repo, services & controllers

  • Property mode set to 100644
File size: 445 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": {
14 "LicenseContext": "NonCommercial"
15 }
16 },
[30a465f]17 "AllowedHosts": "*"
18}
Note: See TracBrowser for help on using the repository browser.