docs: document Translation Memory and config contracts
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-06 22:52:10 +08:00
parent e373e3fd32
commit 8fc93b8f39
17 changed files with 137 additions and 77 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ cargo run -p bat-infrastructure --bin bat -- \
--import-resource-db /tmp/bat-test-resources.sqlite
```
对应 `.env` / 环境变量键为 `BAT_IMPORT_REPOSITORY`
对应 `config.toml` / 环境变量键为 `BAT_IMPORT_REPOSITORY`
`BAT_IMPORT_CAS_ROOT``BAT_IMPORT_RESOURCE_DB`。只读查询命令:
```bash