123456789101112131415161718 |
- {
- "ConnectionStrings": {
- "DefaultConnection": "Host=localhost;Database=hg-hrm;Username=postgres;Password=PostgresSql4567",
- "SchemaName": "SEPTEM"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "RefreshInterval" : "1"
- }
|