axum-with-seaorm/config/dev.toml

7 lines
108 B
TOML

[web]
addr = "0.0.0.0:9527"
[mysql]
max_cons = 5
dns = "mysql://root:mysql123!%40%23@127.0.0.1:3306/study"