Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 629 Bytes

CONFIG.md

File metadata and controls

47 lines (30 loc) · 629 Bytes

Configuration

This is the configuration for the fallacy bot.

Homeserver

The homeserver URL. If unspecified, defaults to matrix-client.matrix.org.

homeserver = "https://example.com"

Name

The client display name in sessions.

name = "fallacy"

Username

The MXID of the client.

username = "@example:example.com"

Password

The password of the user.

password = "password"

Example Configuration

An example configuration.

Homeserver = "https://matrix-client.matrix.org"
Username = "@fallacy:example.com"
Password = "ad_hominem"
Name = "fallacy"