You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ You can configure the iExec Result Proxy with the following properties:
20
20
|`IEXEC_RESULT_PROXY_PORT`| Server HTTP port of the result proxy. | Positive integer |`13200`|
21
21
|`MONGO_HOST`| Mongo server host. Cannot be set with URI. | String |`localhost`|
22
22
|`MONGO_PORT`| Mongo server port. Cannot be set with URI. | Positive integer |`13202`|
23
-
|`IEXEC_CHAIN_ID`| Chain ID of the blockchain network to connect. | `Integer |`17`|
24
-
|`IEXEC_IS_SIDECHAIN`| Define if iExec on-chain protocol is built on top of token (`false`) or native currency (`true`). | Boolean |`false`|
25
-
|`IEXEC_PRIVATE_CHAIN_ADDRESS`| Private URL to connect to the blockchain node. | URL |`http://localhost:8545`|
26
-
|`IEXEC_HUB_ADDRESS`| Proxy contract address to interact with the iExec on-chain protocol. | Ethereum address |`0xBF6B2B07e47326B7c8bfCb4A5460bef9f0Fd2002`|
23
+
|`IEXEC_CHAIN_ID`| Chain ID of the blockchain network to connect. | `Integer |`134`|
24
+
|`IEXEC_IS_SIDECHAIN`| Define whether iExec on-chain protocol is built on top of token (`false`) or native currency (`true`). | Boolean |`true`|
25
+
|`IEXEC_PRIVATE_CHAIN_ADDRESS`| Private URL to connect to the blockchain node. | URL |`https://bellecour.iex.ec`|
26
+
|`IEXEC_HUB_ADDRESS`| Proxy contract address to interact with the iExec on-chain protocol. | Ethereum address |`0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f`|
27
27
|`IEXEC_BLOCK_TIME`| Duration between consecutive blocks on the blockchain network. | String |`PT5S`|
28
28
|`IEXEC_GAS_PRICE_MULTIPLIER`| Transactions will be sent with `networkGasPrice * IEXEC_GAS_PRICE_MULTIPLIER`. | Float |`1.0`|
29
29
|`IEXEC_GAS_PRICE_CAP`| In Wei, will be used for transactions if `networkGasPrice * IEXEC_GAS_PRICE_MULTIPLIER > gasPriceCap`. | Integer |`22000000000`|
@@ -35,3 +35,7 @@ You can configure the iExec Result Proxy with the following properties:
35
35
A health endpoint (`/actuator/health`) is enabled by default and can be accessed on the **IEXEC_RESULT_PROXY_PORT**.
36
36
This endpoint allows to define health checks in an orchestrator or a [compose file](https://github.com/compose-spec/compose-spec/blob/master/spec.md#healthcheck).
37
37
No default strategy has been implemented in the [Dockerfile](Dockerfile) at the moment.
38
+
39
+
## License
40
+
41
+
This repository code is released under the [Apache License 2.0](LICENSE).
0 commit comments