We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0badd commit 25b7ab9Copy full SHA for 25b7ab9
doc/release-notes-pr10267.md
@@ -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