a0967e7583
Some checks failed
build / build-rust (push) Failing after 1m40s
调整草稿和发布数据接口(需要user_id的从context中获取用户信息)
14 lines
197 B
TOML
14 lines
197 B
TOML
[server]
|
|
port = 8765
|
|
|
|
[database]
|
|
|
|
[log]
|
|
level = "debug"
|
|
|
|
[sso]
|
|
base_url = "http://localhost:8080"
|
|
login_url = "/api/login"
|
|
logout_url = "/api/login/logout"
|
|
user_info_url = "/api/login/getUserInfo"
|