Skip to content

Commit

Permalink
Updated reference OCM config
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Jun 5, 2023
1 parent 61723ff commit ee60f41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/ocmd/server-1/ocmd-server-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,7 @@ prefix = "ocs"
[http.services.appprovider]

[http.middlewares.cors]

[http.middlewares.auth]
credential_chain = ["publicshares", "ocmshares", "basic", "bearer"]

4 changes: 4 additions & 0 deletions examples/ocmd/server-2/ocmd-server-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@ prefix = "ocs"
[http.services.ocdav]

[http.middlewares.cors]

[http.middlewares.auth]
credential_chain = ["publicshares", "ocmshares", "basic", "bearer"]

0 comments on commit ee60f41

Please sign in to comment.