Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Jul 5, 2023
1 parent b2db8ea commit 41056d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ providers = "{{file_providers}}"
[grpc.services.ocmshareprovider]
driver = "json"
webdav_endpoint = "http://{{cernboxwebdav_address}}"
provider_domain = "cernbox.cern.ch"

[grpc.services.ocmshareprovider.drivers.json]
file = "{{ocm_share_cernbox_file}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ address = "{{grpc_address}}"
[http.services.sciencemesh]
provider_domain = "{{cernboxhttp_address}}"
mesh_directory_url = "http://meshdir"
smtp_credentials = {}

[http.middlewares.cors]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ providers = "{{file_providers}}"

[grpc.services.ocmshareprovider]
driver = "json"
webdav_endpoint = "http://{{cesnethttp_address}}"
provider_domain = "cesnet.cz"

[grpc.services.ocmshareprovider.drivers.json]
file = "{{ocm_share_cesnet_file}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ address = "{{grpc_address}}"
[http.services.sciencemesh]
provider_domain = "{{cesnethttp_address}}"
mesh_directory_url = "http://meshdir"
smtp_credentials = {}

[http.middlewares.cors]

Expand Down

0 comments on commit 41056d1

Please sign in to comment.