You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: standardize example IPs to RFC 5737 documentation ranges
Replace all 10.0.0.x private IPs with RFC 5737 documentation IPs
(192.0.2.x, 198.51.100.x) across 30 files. Also update env var
reference page to link to unified secrets management docs.
RFC 5737 IPs are reserved for documentation and will never conflict
with real infrastructure, making examples safe to copy-paste.
Copy file name to clipboardExpand all lines: docs/configuration/environment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Environment Variables Reference
2
2
3
-
All configuration is via environment variables with the `DNSWEAVER_` prefix. Variables support the `_FILE` suffix for Docker secrets.
3
+
All configuration is via environment variables with the `DNSWEAVER_` prefix. Variables support the `_FILE` suffix for [secrets management](secrets.md) (Docker secrets, Kubernetes Secrets, or any file-based injection).
0 commit comments