- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON - Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path) - Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README - Meta docs, integration gaps, live verification log, architecture updates - CI validate-config workflow updates Operator/LAN items, submodule working trees, and public token-aggregation edge routes remain follow-up (see TODOS_CONSOLIDATED P1). Made-with: Cursor
22 lines
861 B
Bash
22 lines
861 B
Bash
# Copy to:
|
|
# config/production/dbis-identity-public-did-secrets.env
|
|
#
|
|
# Keep this file out of commits when populated with real values.
|
|
|
|
ARIES_ADMIN_API_KEY="<fill-me-admin-api-key>"
|
|
|
|
# Optional author-side connection reference if a separate author connection is used.
|
|
AUTHOR_CONNECTION_ID="<fill-me-author-connection-id>"
|
|
|
|
# Required for the recommended author + endorser publication model.
|
|
ENDORSER_CONNECTION_ID="<fill-me-endorser-connection-id>"
|
|
|
|
# Optional references for governance / operator evidence.
|
|
DBIS_IDENTITY_APPROVAL_TICKET="<fill-me-ticket-id>"
|
|
DBIS_IDENTITY_APPROVER="<fill-me-approver-name>"
|
|
DBIS_IDENTITY_PUBLIC_DID="<fill-me-public-did>"
|
|
DBIS_IDENTITY_PUBLIC_DID_VERKEY="<fill-me-public-did-verkey>"
|
|
|
|
# Optional path or reference to an externally supplied NYM / endorsement payload.
|
|
DBIS_IDENTITY_NYM_TXN_REF="<fill-me-path-or-ticket-ref>"
|