server WIP

This commit is contained in:
jaseg 2023-12-23 14:05:28 +01:00
parent 7d00923533
commit 7622cc99ca
6 changed files with 198 additions and 10 deletions

6
eightserve.cfg Normal file
View file

@ -0,0 +1,6 @@
DISPLAY_COLUMNS = 32
DATABASE_URL = "sqlite:///db.sqlite3"
SUSLIST_TIMEOUT = "01:00"
SUSLIST_THRESHOLD = 5
MESSAGE_MAX_LINES = 10