- 移除 config/*.toml 中的 app_version 字段(代码中未使用) - 版本号统一由 Cargo.toml 管理 - Cargo.lock 自动同步更新 - 更新 AGENTS.md 添加版本管理说明
11 lines
397 B
TOML
11 lines
397 B
TOML
database_url = "postgres://milkydata:44n6FdB8CdDAk5rk@127.0.0.1:5432/milkydata_dev"
|
|
wechat_appid = "wx5b00eb90621802f7"
|
|
wechat_secret = "494efc513faa310bfba588bda2849bfd"
|
|
jwt_secret = "dev-only-secret-change-in-production"
|
|
ssl_key_path = ""
|
|
ssl_cert_path = ""
|
|
rust_log = "debug"
|
|
environment = "development"
|
|
free_user_data_limit = 100
|
|
server_host = "0.0.0.0"
|
|
server_ports = [8080, 3000, 8000, 8888] |