This repository has been archived on 2021-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
lemonbbs/sample_config.toml

16 lines
342 B
TOML

[listen]
port = 3333
[ssl]
# certificate file
certfile = "crypto/cert.crt"
# private key file
keyfile = "crypto/key.pem"
# private key password
password = "r8YvRVZqLPPiZDhT7QLmRyoTDo44bE8jp/jGVRMAtRU="
[bbs]
# text channels
channelList = [ "Linux", "BSD" ]
# how many users can be connected to the bbs at once
connlimit = 100