1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Merge branch 'app-list' of github.com:Budibase/budibase into app-list

This commit is contained in:
Andrew Kingston 2021-05-06 17:21:06 +01:00
commit f6f2e3f63a

View file

@ -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: "/" }