mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
feat(uload): sync_changes integration, Stripe checkout, docs update
Sync integration: - Redirect service reads links from mana-sync's sync_changes table - Analytics service queries clicks from sync_changes - Click tracking writes to sync_changes (visible to all clients) - Public profile reads from sync_changes - Server DB points to mana_sync database (not separate uload DB) - Removed uload-database dependency from server Stripe: - Real Stripe checkout session creation (monthly/yearly) - Webhook handler with signature verification - Webhook route bypasses JWT auth Documentation: - Root CLAUDE.md: added uload to project table, dev commands, local-first list - mana-sync CLAUDE.md: added uLoad, Taktik, Calc to connected apps Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9e82e40e16
commit
d02428fca1
12 changed files with 254 additions and 140 deletions
|
|
@ -1421,7 +1421,7 @@ services:
|
|||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3041
|
||||
DATABASE_URL: postgresql://manacore:${POSTGRES_PASSWORD:-devpassword}@postgres:5432/uload
|
||||
DATABASE_URL: postgresql://manacore:${POSTGRES_PASSWORD:-devpassword}@postgres:5432/mana_sync
|
||||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
CORS_ORIGINS: http://uload-web:5029,https://uload.mana.how,https://ulo.ad
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue