knowledge-search

git clone git://archive.git.mtrnord.blog/MTRNord/knowledge-search.git
Log | Files | Refs | README | LICENSE

config.example.kdl (401B)


      1 // Settings related to the matrix bot
      2 matrix {
      3     // The URL of the homeserver. 
      4     homeserver_url "https://matrixsomewhere.com"
      5     // You can either use username and password or a token.
      6     // The config will be automatically rewritten after first login.
      7     username "@mxid:matrix.example"
      8     password "abcdef"
      9 }
     10 
     11 // Usually you can just keep this as is
     12 indradb_address "grpc://127.0.0.1:27615"