Skip to content

Commit

Permalink
Fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jun 14, 2021
1 parent 60c16d1 commit 695afe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/revad/revad.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ mount_id = "123e4567-e89b-12d3-a456-426655440000"
expose_data_server = true
data_server_url = "http://nexcloud/data"

[grpc.services.storageprovider.drivers.nextcloud]
"s3.endpoint" = "http://nextcloud/"
"s3.region" = "default"
"s3.bucket" = "the-bucket"
"s3.access_key" = "foo"
"s3.secret_key" = "bar"

[http]
address = "0.0.0.0:18001"

0 comments on commit 695afe1

Please sign in to comment.