21 lines
434 B
Plaintext
21 lines
434 B
Plaintext
[server]
|
|
name = "Test Server"
|
|
description = """\
|
|
Lorem ipsum labuba aboba.\n\
|
|
Qqqqq...\
|
|
"""
|
|
local_address = '127.0.0.1:9988'
|
|
landing_channel_id = 1
|
|
|
|
# do not create channels with the same id
|
|
[channels.general]
|
|
id = 1
|
|
description = "a text channel"
|
|
|
|
[database]
|
|
path = 'server-db/server.sqlite'
|
|
|
|
[keys]
|
|
rsa_private_key = '<generate with './tcp-chat --rsa-gen-random'>'
|
|
rsa_public_key = '<copy from output of command above>'
|