added tlibtoml submodule

This commit is contained in:
2025-11-27 01:46:44 +05:00
parent f5169e8a8f
commit c263d02b36
15 changed files with 108 additions and 95 deletions

View File

@@ -0,0 +1,13 @@
name = "Test Server"
description = """\
Lorem ipsum labuba aboba.\n\
Qqqqq...\
"""
landing_channel_id = 0
local_address = '127.0.0.1:9988'
db_dir = 'server-db'
db_aes_key = '<generate with './tcp-chat --random-bytes-base64 32'>'
rsa_private_key = '<generate with './tcp-chat --rsa-gen-random'>'
rsa_public_key = '<copy from output of command above>'