source: Farmatiko/appsettings.json@ 92a1f41

Last change on this file since 92a1f41 was 92a1f41, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Revert "Merge branch 'master' of https://develop.finki.ukim.mk/git/farmatiko"

This reverts commit 0c48bbb15c709978f24de20eba18e85b11b413f0, reversing
changes made to dba4ca99892de5ac575b5b732c6926c30f837f5f.

Reverting

  • Property mode set to 100644
File size: 343 bytes
Line 
1{
2 "ConnectionStrings": {
3 "FarmatikoConnection": "User ID=postgres;Password=@@Farmatiko@@.;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.