1234567891011121314 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "server": {
- "DataPath": "/home/midas/data/teetopia",
- "PasswordSalt": "teetopia-salt"
- }
- }
|