Browse Source
Allow setting cookie via CLI flag or ENV var
patch-1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
config_spec.toml
|
@ -33,9 +33,6 @@ default = "crate::config::default_daemon_dir()" |
|
|
name = "cookie" |
|
|
name = "cookie" |
|
|
type = "String" |
|
|
type = "String" |
|
|
doc = "JSONRPC authentication cookie ('USER:PASSWORD', default: read from ~/.bitcoin/.cookie)" |
|
|
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]] |
|
|
[[param]] |
|
|
name = "network" |
|
|
name = "network" |
|
|