mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
doc: Add release notes for -includeconf
This commit is contained in:
parent
0f0badd5a3
commit
25b7ab9c02
1 changed files with 13 additions and 0 deletions
13
doc/release-notes-pr10267.md
Normal file
13
doc/release-notes-pr10267.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Changed command-line options
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
- `-includeconf=<file>` can be used to include additional configuration files.
|
||||||
|
Only works inside the `bitcoin.conf` file, not inside included files or from
|
||||||
|
command-line. Multiple files may be included. Can be disabled from command-
|
||||||
|
line via `-noincludeconf`. Note that multi-argument commands like
|
||||||
|
`-includeconf` will override preceding `-noincludeconf`, i.e.
|
||||||
|
|
||||||
|
noincludeconf=1
|
||||||
|
includeconf=relative.conf
|
||||||
|
|
||||||
|
as bitcoin.conf will still include `relative.conf`.
|
Loading…
Add table
Reference in a new issue