{
	"Logging": {
		"IncludeScopes": false,
		"LogLevel": {
			"Default": "Trace",
			"Microsoft": "Information"
		}
	},
  "ConnectionStrings": {
    "DefaultConnection": "Username=postgres;Search Path=hangfire;Password=postgres;Host=localhost;Database=IndivAMR;Port=5432"
  },
	"Kestrel": {
		"EndPoints": {
			"Http": {
				"Url": "http://localhost:5060"
			}
		}
	}
}
