We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ab165 commit 650d637Copy full SHA for 650d637
cloud/src/common/config.h
@@ -33,7 +33,7 @@ CONF_String(fdb_cluster_file_path, "./conf/fdb.cluster");
33
CONF_Bool(enable_fdb_external_client_directory, "true");
34
// The directory path of external foundationdb client library.
35
// eg: /path/to/dir1:/path/to/dir2:...
36
-CONF_String(fdb_external_client_directory, "");
+CONF_String(fdb_external_client_directory, "./lib/fdb/7.3.69/");
37
CONF_String(http_token, "greedisgood9999");
38
// use volatile mem kv for test. MUST NOT be `true` in production environment.
39
CONF_Bool(use_mem_kv, "false");
0 commit comments