We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f51c94 commit db268bbCopy full SHA for db268bb
1 file changed
crates/terraphim_settings/test_settings/settings.toml
@@ -6,18 +6,18 @@ default_data_path = '/tmp/terraphim_test'
6
type = 'sled'
7
datadir = '/tmp/opendal/sled'
8
9
-[profiles.rock]
10
-type = 'rocksdb'
11
-datadir = '/tmp/opendal/rocksdb'
12
-
13
-[profiles.dash]
14
-root = '/tmp/dashmaptest'
15
-type = 'dashmap'
16
17
[profiles.s3]
+type = 's3'
+region = 'us-west-1'
18
secret_access_key = 'test_secret'
19
bucket = 'test'
20
access_key_id = 'test_key'
21
-region = 'us-west-1'
22
-type = 's3'
23
endpoint = 'http://rpi4node3:8333/'
+
+[profiles.dash]
+root = '/tmp/dashmaptest'
+type = 'dashmap'
+[profiles.rock]
+type = 'rocksdb'
+datadir = '/tmp/opendal/rocksdb'
0 commit comments