We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rather than using a hardcoded adminPassword in the config file like :
adminPassword: 'NEEDS-A-PASSWORD',
It would be better to use an env if present: ADMIN_PASSWORD="my-fake-password".
ADMIN_PASSWORD="my-fake-password"
This would prevent adding an admin password in plain-text, similar to how the payment & owner keys are handled.
https://github.com/blockstack/subdomain-registrar/blob/master/src/config.js#L53
The text was updated successfully, but these errors were encountered:
@hstove something like this should work i think: 0b091b1
Sorry, something went wrong.
hstove
No branches or pull requests
Rather than using a hardcoded adminPassword in the config file like :
It would be better to use an env if present:
ADMIN_PASSWORD="my-fake-password"
.This would prevent adding an admin password in plain-text, similar to how the payment & owner keys are handled.
https://github.com/blockstack/subdomain-registrar/blob/master/src/config.js#L53
The text was updated successfully, but these errors were encountered: