From 62a0d22c9bee17596dd368558b00a92a5b9b325a Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Fri, 1 Mar 2024 14:38:07 +0100 Subject: [PATCH] Create nplinker_local_mode.toml --- tests/data/nplinker_local_mode.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/data/nplinker_local_mode.toml diff --git a/tests/data/nplinker_local_mode.toml b/tests/data/nplinker_local_mode.toml new file mode 100644 index 00000000..174ee852 --- /dev/null +++ b/tests/data/nplinker_local_mode.toml @@ -0,0 +1,7 @@ +dynaconf_merge = true # merge with the default settings, provided by the Dynaconf library + +root_dir = "@format {env[NPLINKER_ROOT_DIR]}" +mode = "local" + +[log] +level = "DEBUG"