Skip to content

Commit 3b74070

Browse files
committed
fix: add missing tables to end-to-end test configuration file
1 parent 6383ee6 commit 3b74070

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

kolomoni_test/assets/configuration.TESTING.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
###
2+
# Base paths
3+
#
4+
# This table establishes a set of base paths that
5+
# can be used as placeholders in the rest of the configuration.
6+
###
7+
[base_paths]
8+
base_data_directory_path = "./data"
9+
10+
11+
12+
113
###
214
# Logging
315
###
@@ -67,3 +79,12 @@ hash_salt = "VL4ZSnIYfkIUSvSmjMFkxZB885CgAwQR"
6779
[json_web_token]
6880
# JWT secret used to
6981
secret = "MzgLNBawTMjqL0SxZUj7r2CLX1lEcXYQ"
82+
83+
84+
85+
86+
###
87+
# Search-related configuration.
88+
###
89+
[search]
90+
search_index_directory_path = "{BASE_DATA_DIRECTORY}/search-index"

0 commit comments

Comments
 (0)