diff --git a/.env.example b/.env.example index 09a0ea22..d9b052ad 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,3 @@ UNICORE__EVENT_STORE__TYPE=in_memory UNICORE__URL="http://localhost:3033" UNICORE__SECRET_MANAGER__STRONGHOLD_PASSWORD="secure_password" - -# Uncomment to enable DID IOTA for testing purposes -# UNICORE__SECRET_MANAGER__STRONGHOLD_PATH="agent_secret_manager/tests/res/test.stronghold" -# UNICORE__SECRET_MANAGER__ISSUER_EDDSA_KEY_ID="9O66nzWqYYy1LmmiOudOlh2SMIaUWoTS" diff --git a/agent_application/example.config.yaml b/agent_application/example.config.yaml index 759c7fa1..1f5bbc9e 100644 --- a/agent_application/example.config.yaml +++ b/agent_application/example.config.yaml @@ -78,5 +78,5 @@ did_document_cache: # Key configuration (temporary) secret_manager: - stronghold_password: "secure_password" - # stronghold_password_file: "" + stronghold_path: "/tmp/local.stronghold.dat" + # stronghold_password: "" <== Should be injected through the env variable `UNICORE__SECRET_MANAGER__STRONGHOLD_PASSWORD`