init, eod commit

This commit is contained in:
2025-11-30 22:00:47 +01:00
parent 76a288de8b
commit 675e114278
9 changed files with 340 additions and 16 deletions

14
config.toml Normal file
View File

@@ -0,0 +1,14 @@
[log]
level = "info"
directory = "logs/"
rotation = 3 # in days
[gateway]
http_port = ""
websocket = ""
[database]
host_dsn = ""
username = ""
password = ""
database = ""