carry: carryNotices setting keeps notices on-site only in the test area

This commit is contained in:
martbost
2026-09-15 16:39:42 -05:00
parent 010e8d7ffc
commit 158ee291a1
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -433,7 +433,8 @@ function siteConfig() {
telegramAdminChatId: '', // private chat for admin alerts (sign-up guard bursts); falls back to ADMIN_EMAIL
launchAt: '', // public launch moment, ISO 8601 with offset (e.g. 2026-09-18T19:00:00-05:00): countdown on /launch + dashboard mark
aiCreditsPerGen: 10, aiFreeSurge: 20, aiFreeCircuit: 60, aiFreeNexus: 150, // AI Copy Engine: free generations per month by badge, then credits per generation
carryClaimDays: '3', // sponsor with no wallet: days to link one before a downline seat walks up (LinkSpin)
carryClaimDays: '3',
carryNotices: '1', // 0 = carry-over notices stay on-site (test area), 1 = email too // sponsor with no wallet: days to link one before a downline seat walks up (LinkSpin)
linkDomains: '', // comma list of short link domains this server answers for (each gets a real mini-site + /r/ redirects)
snapshotEnabled: '1', snapshotHourUtc: '14', snapshotTargets: 'feed,echo', // daily growth snapshot: 14 UTC = 9 AM Central; feed = proof channel, echo = shared payments topic
pipelineMode: 'off', // Pipeline board: off = 'coming soon' card, preview = only the admin account sees the live board, on = everyone (Marty, 2026-09-15)