AkeruAI/akeru

Move args from subnet packages to environment variables instead.

GuiBibeau opened this issue · 1 comments

As a left over from the subnet template, most configurations options are passed from command line arguments. For easier deployments and decoupling from the validator and miner classes, let's move them into env files instead.

As a left over from the subnet template, most configurations options are passed from command line arguments. For easier deployments and decoupling from the validator and miner classes, let's move them into env files instead.

Great idea, actually!!