Skip to content

Commit

Permalink
fix(services-bff): Disable PAR until ids resolves error
Browse files Browse the repository at this point in the history
  • Loading branch information
snaerth committed Dec 9, 2024
1 parent f6eea1c commit 1e12ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/src/dsl/bff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const bffConfig = ({
},
BFF_GLOBAL_PREFIX: globalPrefix,
BFF_CLIENT_BASE_PATH: `/${key}`,
BFF_PAR_SUPPORT_ENABLED: 'true',
BFF_PAR_SUPPORT_ENABLED: 'false',
BFF_CLIENT_BASE_URL: {
local: 'http://localhost:4200',
dev: ref((ctx) => ctx.svc(getBaseUrl(ctx))),
Expand Down

0 comments on commit 1e12ed3

Please sign in to comment.