Initial commit
This commit is contained in:
commit
f67dcd8f2a
31 changed files with 3297 additions and 0 deletions
10
config.toml
Normal file
10
config.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[app]
|
||||
secret = "1337"
|
||||
|
||||
log_level = "debug"
|
||||
journal = "./journal"
|
||||
|
||||
[http]
|
||||
listen = "0.0.0.0:8089"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue