bithyve / bitcointribe

Bitcoin Tribe. A simple bitcoin wallet made to be used with Friends and Family. Lightning. Gifts and more.
https://bitcointribe.app/
MIT License
123 stars 60 forks source link

Keep all required values for build as defaults in the app #2567

Closed AliMeer closed 3 years ago

AliMeer commented 3 years ago

This issue is related to reproducible Builds: https://github.com/bithyve/hexa/issues/2544

Add required variables and values as defaults in the app.

  1. This will ensure the open source code will reproduce the published builds.
  2. This will enable the app to be built to production specification without the env variables being provided as an additional input to the build process.
  3. Developers will be able to override the values by using env file with dev env values.
AliMeer commented 3 years ago

This is done.