notify doctors work, audit work, new product advisory sprints
This commit is contained in:
12
devops/compose/env/dev.env.example
vendored
12
devops/compose/env/dev.env.example
vendored
@@ -23,6 +23,18 @@ SIGNER_PORT=8441
|
||||
# Attestor
|
||||
ATTESTOR_PORT=8442
|
||||
|
||||
# Rekor Configuration (Attestor/Scanner)
|
||||
# Server URL - default is public Sigstore Rekor
|
||||
REKOR_SERVER_URL=https://rekor.sigstore.dev
|
||||
# Log version: Auto, V1, or V2 (V2 uses tile-based Sunlight format)
|
||||
REKOR_VERSION=Auto
|
||||
# Tile base URL for V2 (optional, defaults to {REKOR_SERVER_URL}/tile/)
|
||||
REKOR_TILE_BASE_URL=
|
||||
# Log ID for multi-log environments (Sigstore production log ID)
|
||||
REKOR_LOG_ID=c0d23d6ad406973f9559f3ba2d1ca01f84147d8ffc5b8445c224f98b9591801d
|
||||
# Prefer tile proofs when Version=Auto
|
||||
REKOR_PREFER_TILE_PROOFS=false
|
||||
|
||||
# Issuer Directory
|
||||
ISSUER_DIRECTORY_PORT=8447
|
||||
ISSUER_DIRECTORY_SEED_CSAF=true
|
||||
|
||||
Reference in New Issue
Block a user