Browse Source

Allow setting cookie via CLI flag or ENV var

patch-1
Luke Childs 5 years ago
committed by GitHub
parent
commit
c72e84974c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      config_spec.toml

3
config_spec.toml

@ -33,9 +33,6 @@ default = "crate::config::default_daemon_dir()"
name = "cookie"
type = "String"
doc = "JSONRPC authentication cookie ('USER:PASSWORD', default: read from ~/.bitcoin/.cookie)"
# Force the user to use config file in order to avoid password leaks
argument = false
env_var = false
[[param]]
name = "network"

Loading…
Cancel
Save