Prechádzať zdrojové kódy

Merge branch 'master' of https://git.lesprojekt.cz/kunickyd/chain4all-service

kunickyd 4 rokov pred
rodič
commit
e2644b7210
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -11,3 +11,6 @@ You can configure chain4all-service using following enviromental variables:<br /
 `IROHA_API_HOST` - host address of [iroha-rest-api](https://git.lesprojekt.cz/kunickyd/iroha-rest-api) (default: http://localhost)<br />
 `IROHA_API_PORT` - port of [iroha-rest-api](https://git.lesprojekt.cz/kunickyd/iroha-rest-api) (default: 5000)<br />
 `IROHA_DOMAIN` - name of Iroha domain, see [this](https://iroha.readthedocs.io/en/main/concepts_architecture/glossary.html?highlight=domain#domain) (default: test)<br />
+`IROHA_ASSET` - name of asset which should be used for future transactions (default: coin)<br />
+`DATA_OWNER` - name of Iroha user which should recieve payments (default: admin)<br />
+`PRICE_MODIFIER` - price of one area unit (default: 0.5)