hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Dynamic config for ui and repository services #28

Closed svienot closed 10 months ago

svienot commented 10 months ago

Description:

ui and repository now read their configuration from a JSON file. This file can be provided as a mount point by Docker of by Helm chart.

Related issue(s):

Fixes #27

Notes for reviewer:

This unfortunately brings back the need to patch the h5ai-nginx submodule. We should try to propagate this change to the upstream project, to replace/improve our previous contribution.