Sélectionner une révision Git
-
Andrew Morgan a rédigé
This commit adds a new section and option in config.yaml for rooms and whether they should be shown in the HS' public directory listing by default. The default behavior is to show them.
Andrew Morgan a rédigéThis commit adds a new section and option in config.yaml for rooms and whether they should be shown in the HS' public directory listing by default. The default behavior is to show them.
config.sample.yaml 291 o
bridge:
domain: "localhost"
homeserverUrl: "http://localhost:8008"
auth:
clientID: "12345" # Get from discord
secret: "blah"
botToken: "foobar"
logging:
level: "warn" #silly, verbose, info, http, warn, error
database:
filename: "discord.db"
room:
defaultVisibility: "public"