Add listener to config
This commit is contained in:
parent
4cd32831c1
commit
e0ef3229ab
6 changed files with 84 additions and 3 deletions
5
BookForge.toml
Normal file
5
BookForge.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
database_path = ""
|
||||
|
||||
[listener]
|
||||
port = 8000
|
||||
host = "0.0.0.0"
|
||||
Loading…
Reference in a new issue