Skip to content

Commit

Permalink
[tests-only] Updated AppProvider examples (cs3org#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern authored and Daniel-WWU-IT committed Mar 22, 2022
1 parent d480192 commit 1e33ebd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions examples/nextcloud-integration/revad.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@ providers = "/etc/revad/providers.json"
driver = "memory"

[grpc.services.appprovider]
driver = "demo"
iopsecret = "testsecret"
wopiurl = "http://0.0.0.0:8880/"
wopibridgeurl = "http://localhost:8000/wopib"
driver = "wopi"

[grpc.services.appprovider.drivers.wopi]
iop_secret = "hello"
wopi_url = "http://0.0.0.0:8880/"
app_name = "Collabora"
app_url = "https://your-collabora-server.org:9980"

[grpc.services.appregistry]
driver = "static"
Expand Down
2 changes: 1 addition & 1 deletion examples/ocmd/ocmd-server-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ driver = "memory"
driver = "static"

[grpc.services.appprovider]
driver = "demo"
driver = "wopi"
app_provider_url = "localhost:19000"

[grpc.services.appprovider.drivers.wopi]
Expand Down

0 comments on commit 1e33ebd

Please sign in to comment.