Skip to content

Commit 25b7ab9

Browse files
committed
doc: Add release notes for -includeconf
1 parent 0f0badd commit 25b7ab9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/release-notes-pr10267.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Changed command-line options
2+
----------------------------
3+
4+
- `-includeconf=<file>` can be used to include additional configuration files.
5+
Only works inside the `bitcoin.conf` file, not inside included files or from
6+
command-line. Multiple files may be included. Can be disabled from command-
7+
line via `-noincludeconf`. Note that multi-argument commands like
8+
`-includeconf` will override preceding `-noincludeconf`, i.e.
9+
10+
noincludeconf=1
11+
includeconf=relative.conf
12+
13+
as bitcoin.conf will still include `relative.conf`.

0 commit comments

Comments
 (0)