tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

enable configuring app using env-vars instead (or together) of config.json #390

Open chiptus opened 3 years ago

chiptus commented 3 years ago

deploying openminter with custom config requires forking it and adding my own config.json. this also requires merging from the original repo whenever there's an update.

it would be easier to set a few env vars and deploying from the original repo.

we can alsoo add default values to some fields (e.g. tzkt URL)