feat: add .env.example for all

This commit is contained in:
Sun-ZhenXing
2025-09-24 22:24:11 +08:00
parent 70f39867cf
commit 0b74e7bbe8
29 changed files with 336 additions and 51 deletions

View File

@@ -0,0 +1,17 @@
# Docker Registry Version
REGISTRY_VERSION=3.0.0
# Port to bind to on the host machine
REGISTRY_PORT=5000
# Authentication settings
REGISTRY_AUTH=htpasswd
REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm
REGISTRY_AUTH_HTPASSWD_PATH=/certs/passwd
# TLS settings (optional)
REGISTRY_HTTP_TLS_CERTIFICATE=
REGISTRY_HTTP_TLS_KEY=
# OpenTelemetry settings
OTEL_TRACES_EXPORTER=none