added artifacts
This commit is contained in:
@@ -35,6 +35,16 @@ GITOPS_RECONCILE_INTERVAL=300
|
||||
# Start NATS with: make docker-up
|
||||
NATS_URL=nats://localhost:4222
|
||||
|
||||
# ─── Artifact Signing (Phase 4) ───────────────────────────────────────────────
|
||||
# PEM-encoded ECDSA P-256 private key. If empty, an ephemeral key is generated
|
||||
# at startup (signatures will not survive restart). Generate with:
|
||||
# openssl ecparam -genkey -name prime256v1 -noout -out signing-key.pem
|
||||
# ARTIFACT_SIGNING_KEY=
|
||||
|
||||
# ─── OCI Registry (Phase 4) ───────────────────────────────────────────────────
|
||||
# Root directory for the OCI Distribution Spec blob and upload storage.
|
||||
OCI_ROOT=/var/lib/forgebucket/oci
|
||||
|
||||
# ─── Dev only ─────────────────────────────────────────────────────────────────
|
||||
# Set to true to disable Secure cookies and enable verbose logging
|
||||
DEBUG=false
|
||||
|
||||
Reference in New Issue
Block a user