Merge branch 'app-list' of github.com:Budibase/budibase into app-list
This commit is contained in:
commit
f6f2e3f63a
|
@ -16,6 +16,11 @@ static_resources:
|
|||
- name: local_services
|
||||
domains: ["*"]
|
||||
routes:
|
||||
# special case to redirect specifically the route path
|
||||
# to the builder, if this were a prefix then it would break minio
|
||||
- match: { path: "/" }
|
||||
redirect: { path_redirect: "/app/" }
|
||||
|
||||
- match: { prefix: "/db/" }
|
||||
route:
|
||||
cluster: couchdb-service
|
||||
|
@ -45,7 +50,7 @@ static_resources:
|
|||
route:
|
||||
cluster: builder-dev
|
||||
prefix_rewrite: "/app/"
|
||||
|
||||
|
||||
# minio is on the default route because this works
|
||||
# best, minio + AWS SDK doesn't handle path proxy
|
||||
- match: { prefix: "/" }
|
||||
|
|
Loading…
Reference in New Issue