deso-protocol / run

Run your own DeSo node
https://docs.deso.org
190 stars 94 forks source link

Adding comma separated list of Admins or newline not working #71

Closed AdonousTech closed 3 years ago

AdonousTech commented 3 years ago

When I add more than one public key to ADMIN_PUBLIC_KEYS flag in dev.env it doesn't recognize the additional keys.

This doesn't work for me: ADMIN_PUBLIC_KEYS=somepubkey1,somepubkey2

Am I missing something?

maebeam commented 3 years ago

Right now only spaces are supported as separators. Adding support for other separators or updating the documentation would be great

AdonousTech commented 3 years ago

Ahh, ok. Thanks! I was scratching my head on this one. Appreciate it!

tijno commented 3 years ago

See #72 with fix to dev.env comments

maebeam commented 3 years ago

Thank you tijn!