streamline configuration

This commit is contained in:
Willy Kloucek
2021-10-14 16:10:43 +02:00
parent ce136b4940
commit de3fefd4dd
7 changed files with 63 additions and 27 deletions
+4 -4
View File
@@ -299,10 +299,6 @@ func defaultPolicies() []config.Policy {
Endpoint: "/ocs/v[12].php/cloud/(users?|groups)", // we have `user`, `users` and `groups` in ocis-ocs
Backend: "http://localhost:9110",
},
{
Endpoint: "/app/",
Backend: "http://localhost:9140",
},
{
Endpoint: "/ocs/",
Backend: "http://localhost:9140",
@@ -336,6 +332,10 @@ func defaultPolicies() []config.Policy {
Endpoint: "/data",
Backend: "http://localhost:9140",
},
{
Endpoint: "/app/",
Backend: "http://localhost:9140",
},
{
Endpoint: "/graph/",
Backend: "http://localhost:9120",