1234567891011121314151617181920 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- },
- "EventLog": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "AquiferDatabase": "Server=localhost;UserId=root;Password=;Database=aquifer"
- }
- }
|