Commit c32fbef
committed
docs(cli): state the measured compose default instead of a paraphrased quote (#8343)
The card quoted the EE compose file as documenting `OS_CLOUD_URL=off` for
完全自托管. That phrase appears nowhere in the cloud repo — it is the
reporter's paraphrase, so it had no business sitting in a code comment as
a quotation. What the file actually says is stronger and checkable:
`OS_CLOUD_URL: ${OS_CLOUD_URL:-off}`, i.e. `off` is the SHIPPED DEFAULT,
so every self-hosted stack that does not override it hit this bug.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016pY4Xb2iDecfDtT3CWoiTW1 parent a8a8592 commit c32fbef
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1772 | 1772 | | |
1773 | 1773 | | |
1774 | 1774 | | |
1775 | | - | |
1776 | | - | |
1777 | | - | |
| 1775 | + | |
| 1776 | + | |
1778 | 1777 | | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
1779 | 1781 | | |
1780 | 1782 | | |
1781 | 1783 | | |
| |||
0 commit comments