refactor(config): 统一版本管理,移除冗余的 app_version 字段
- 移除 config/*.toml 中的 app_version 字段(代码中未使用) - 版本号统一由 Cargo.toml 管理 - Cargo.lock 自动同步更新 - 更新 AGENTS.md 添加版本管理说明
This commit is contained in:
11
config/default.toml
Normal file
11
config/default.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
database_url = "postgres://milkydata:password@localhost:5432/milkydata_dev"
|
||||
wechat_appid = "wx_test_appid"
|
||||
wechat_secret = "test_secret"
|
||||
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]
|
||||
Reference in New Issue
Block a user