Skip to content

Commit db268bb

Browse files
committed
fix: reorder profiles in test settings for consistency
1 parent 5f51c94 commit db268bb

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

crates/terraphim_settings/test_settings/settings.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ default_data_path = '/tmp/terraphim_test'
66
type = 'sled'
77
datadir = '/tmp/opendal/sled'
88

9-
[profiles.rock]
10-
type = 'rocksdb'
11-
datadir = '/tmp/opendal/rocksdb'
12-
13-
[profiles.dash]
14-
root = '/tmp/dashmaptest'
15-
type = 'dashmap'
16-
179
[profiles.s3]
10+
type = 's3'
11+
region = 'us-west-1'
1812
secret_access_key = 'test_secret'
1913
bucket = 'test'
2014
access_key_id = 'test_key'
21-
region = 'us-west-1'
22-
type = 's3'
2315
endpoint = 'http://rpi4node3:8333/'
16+
17+
[profiles.dash]
18+
root = '/tmp/dashmaptest'
19+
type = 'dashmap'
20+
21+
[profiles.rock]
22+
type = 'rocksdb'
23+
datadir = '/tmp/opendal/rocksdb'

0 commit comments

Comments
 (0)