Skip to content
Snippets Groups Projects
Commit 28692f96 authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

docs: update readme to explain env variables

parent 7627314f
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,22 @@ https://dbeaver.io/download/
## Running the app
<hr/>
### Environment variables
[.env.example](.env.example)
* PORT is the port for the signing and verification interface
* AFJ_EXT_PORT is the port for the openapi documentation described in [swagger.json](swagger.json)
* AGENT_AUTO_ACCEPT_CONNECTION can be either true or false
* AGENT_AUTO_ACCEPT_CREDENTIAL can be either: always, contentApproved, never
* AGENT_PUBLIC_DID_SEED will generate the did and verkey (32 symbols)
* for security reasons AGENT_WALLET_KEY and AGENT_WALLET_ID should be different
* AGENT_LEDGER_ID can be: ID_UNION,BCOVRIN_TEST,GREEN_LIGHT
- the three pool transaction genesis are inside the code configuration
- every ledger can be provided on its own
- multiple ledgers can also be specified, separated by a comma
* AGENT_ID_UNION_KEY is needed if the ledger of choice is IDUnion
**Each service in the Organizational Credential Manager can be run from the infrastructure repository with Docker.**
**The .env files are in the infrastructure repository under /env**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment