Initial commit

This commit is contained in:
Aleksandr 2024-11-17 14:58:34 +03:00
commit f67dcd8f2a
31 changed files with 3297 additions and 0 deletions

10
config.toml Normal file
View file

@ -0,0 +1,10 @@
[app]
secret = "1337"
log_level = "debug"
journal = "./journal"
[http]
listen = "0.0.0.0:8089"