We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6383ee6 commit 3b74070Copy full SHA for 3b74070
kolomoni_test/assets/configuration.TESTING.toml
@@ -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
13
###
14
# Logging
15
@@ -67,3 +79,12 @@ hash_salt = "VL4ZSnIYfkIUSvSmjMFkxZB885CgAwQR"
67
79
[json_web_token]
68
80
# JWT secret used to
69
81
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