Skip to content

Commit 4f06be1

Browse files
committed
adding missing example config file
1 parent f70af14 commit 4f06be1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
mapping_directory = "@CMAKE_CURRENT_SOURCE_DIR@/mappings"
2+
schemas_directory = "@CMAKE_SOURCE_DIR@/schemas"
3+
trace_enabled = true
4+
cache_enabled = true
5+
custom_function_libraries = [
6+
"@CMAKE_CURRENT_BINARY_DIR@/libcustom_library@CMAKE_SHARED_LIBRARY_SUFFIX@"
7+
]
8+
9+
[data_source_factories]
10+
json_factory = "@CMAKE_CURRENT_BINARY_DIR@/libjson_data_source@CMAKE_SHARED_LIBRARY_SUFFIX@"
11+
12+
[data_sources.JSON]
13+
factory = "json_factory"
14+
args.data_root = "@CMAKE_CURRENT_SOURCE_DIR@/data"

0 commit comments

Comments
 (0)