scale-it/algo-builder

Environment variable reference for ALGORAND_DATA and KMD_DATA needs changed

pbennett opened this issue · 2 comments

const algoData = process.env.$ALGORAND_DATA;

and
https://github.com/scale-it/algo-builder/blob/master/packages/algob/src/lib/credentials.ts#L38

both need the $ removed from the environment variables. The existing environment values will never be found with these $ names.

thanks for reporting!