appsettings.json 370 B

1234567891011121314151617
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Slackbot": {
  11. "OAuth-Access-Token": "xoxp-USER_ACCESS_TOKEN_HERE",
  12. "Bot-User-OAuth-Access-Token": "xoxb-BOT_ACCESS_TOKEN_HERE"
  13. },
  14. "Persistence": {
  15. "Path": "../data"
  16. }
  17. }