Advertisement
Guest User

main.yml

a guest
Jul 27th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. brooklyn_conf:
  2.    bots:
  3.       rbot:
  4.          type: "RocketChatBot"
  5.          websocket-url: "wss://chat.wikitolearn.org/websocket"
  6.          file-upload-url: "https://chat.wikitolearn.org/file-upload"
  7.          username: "user"
  8.          password: "password"
  9.       ibot:
  10.          type: "IrcBot"
  11.          username: "user"
  12.          host: "chat.freenode.net"
  13.       tbot:
  14.          type: "TelegramBot"
  15.          username: "botId"
  16.          password: "token"
  17.    channels:
  18.       ch1:
  19.          bot: rbot
  20.          name: "aac7KBHmdfwMnHvFk"
  21.       ch2:
  22.          bot: ibot
  23.          name: "#wikitolearn"
  24.       ch3:
  25.          bot: tbot
  26.          name: "-200853295"
  27.    bridges:
  28.       -
  29.          - ch1
  30.          - ch2
  31.          - ch3
  32.    webserver:
  33.       content-folder: "/usr/share/nginx/html"
  34.       base-url: "https://brooklyn.wikitolearn.vodka/"
  35.    db-uri: "jdbc:sqlite:"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement