Enable StoreKit credit purchases in production

Keep runtime grant verification aligned with all database migrations so release builds fail before missing table privileges reach deployment.
This commit is contained in:
Rocky
2026-08-19 15:57:45 +08:00
parent 1737106560
commit c592f426be
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ services:
REFERRAL_INVITER_CREDITS: ${REFERRAL_INVITER_CREDITS:-1000}
REFERRAL_INVITEE_CREDITS: ${REFERRAL_INVITEE_CREDITS:-1000}
REFERRAL_BINDING_DAYS: ${REFERRAL_BINDING_DAYS:-7}
STOREKIT_ENABLED: ${STOREKIT_ENABLED:-false}
STOREKIT_ENABLED: ${STOREKIT_ENABLED:-true}
STOREKIT_BUNDLE_ID: ${STOREKIT_BUNDLE_ID:-com.osgkeyboard.ios}
STOREKIT_APP_APPLE_ID: ${STOREKIT_APP_APPLE_ID:-6781553267}
STOREKIT_PRODUCTS: ${STOREKIT_PRODUCTS:-500tks:500,1500tks:1500,3000tks:3000}