fix(server): apply env overrides after all config merged (#5795)

This commit is contained in:
liuyi
2024-02-04 06:38:31 +00:00
parent 899528dcfd
commit d9c2dc8dfb
7 changed files with 19 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ import { StripeWebhook } from './webhook';
// 'plugins.payment.stripe.keys.webhookKey',
// ],
contributesTo: ServerFeature.Payment,
if: config => config.flavor.graphql,
})
export class PaymentModule {}