2 parents 89762a8 + daeddde commit 1444e54Copy full SHA for 1444e54
1 file changed
src/parser.cpp
@@ -25,10 +25,10 @@
25
26
#define BC_HTTP_SERVER_NAME "libbitcoin/4.0"
27
28
-std::filesystem::path config_default_path() NOEXCEPT
29
-{
30
- return { "libbitcoin/bn.cfg" };
31
-}
+////std::filesystem::path config_default_path() NOEXCEPT
+////{
+//// return { "libbitcoin/bn.cfg" };
+////}
32
33
namespace libbitcoin {
34
namespace node {
@@ -300,7 +300,7 @@ options_metadata parser::load_environment() THROWS
300
// This composes with the cmdline options and inits to default path.
301
BN_CONFIG_VARIABLE,
302
value<std::filesystem::path>(&configured.file)->composing()
303
- ->default_value(config_default_path()),
+ /*->default_value(config_default_path())*/,
304
"The path to the configuration settings file."
305
);
306
0 commit comments