appsettings.json 287 B

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