Skip to content

Commit

Permalink
Use default reva cache for the ini metadata backend
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Mar 3, 2023
1 parent 760d613 commit c680d50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/oc-integration-tests/drone/storage-users-s3ng.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ permissionssvc = "localhost:10000"
"s3.access_key" = "test"
"s3.secret_key" = "test"
"metadata_backend" = "ini"
"filemetadatacache.cache_store" = "redis"
"filemetadatacache.cache_nodes" = "redis:6379"
"filemetadatacache.cache_database" = "ocis"

# we have a locally running dataprovider
[http]
Expand All @@ -52,6 +49,3 @@ permissionssvc = "localhost:10000"
"s3.access_key" = "test"
"s3.secret_key" = "test"
"metadata_backend" = "ini"
"filemetadatacache.cache_store" = "redis"
"filemetadatacache.cache_nodes" = "redis:6379"
"filemetadatacache.cache_database" = "ocis"

0 comments on commit c680d50

Please sign in to comment.