1234567891011121314151617 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Slackbot": {
- "OAuth-Access-Token": "xoxp-USER_ACCESS_TOKEN_HERE",
- "Bot-User-OAuth-Access-Token": "xoxb-BOT_ACCESS_TOKEN_HERE"
- },
- "Persistence": {
- "Path": "../data"
- }
- }
|