mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 04:22:19 +03:00
chore(core): enable payment in canary (#4745)
This commit is contained in:
parent
385de7d33b
commit
abbd8235aa
@ -66,7 +66,7 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig {
|
||||
enableCloud: true,
|
||||
enableCaptcha: true,
|
||||
enableEnhanceShareMode: false,
|
||||
enablePayment: false,
|
||||
enablePayment: true,
|
||||
serverUrlPrefix: 'https://affine.fail',
|
||||
editorFlags,
|
||||
appVersion: packageJson.version,
|
||||
|
Loading…
Reference in New Issue
Block a user