appsettings.json 319 B

123456789101112131415161718
  1. {
  2. "ConnectionStrings": {
  3. "DefaultConnection": "Host=localhost;Database=hg-hrm;Username=postgres;Password=PostgresSql4567",
  4. "SchemaName": "SEPTEM"
  5. },
  6. "Logging": {
  7. "LogLevel": {
  8. "Default": "Information",
  9. "Microsoft.Hosting.Lifetime": "Information"
  10. }
  11. },
  12. "RefreshInterval" : "1"
  13. }