7 lines
99 B
TOML
7 lines
99 B
TOML
|
http_addr = "0.0.0.0:10001"
|
||
|
|
||
|
[database]
|
||
|
url = "localhost:8000"
|
||
|
username = "root"
|
||
|
password = "root"
|