keyko-io / filecoin-auto-datacap-allocation-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Refactor] move env variables to config file

fabriziogianni7 opened this issue · comments

all the variables like 'process.env….' Need to be moved in config file
the config file should reference the variable in the .env file (or the production variables) and if this is not present, have a default value.