This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/sdk-server/sdk_server.toml
2024-11-25 02:17:19 +03:00

6 lines
99 B
TOML

http_addr = "0.0.0.0:10001"
[database]
url = "localhost:8000"
username = "root"
password = "root"