lecoffre-back-mini/docs/ARCHITECTURE.md

22 lines
625 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Architecture - LeCoffre Back Mini
## Composants
- API REST Node.js.
- Connexions: IdNot, Stripe, MailChimp, OVH SMS.
## Dépendances
- `sdk_relay` (lecture événements), `sdk_signer` (signature flux), `bitcoin`/`blindbit` indirectes via relay.
## Réseau et ports
- Exposé derrière Nginx: `https://dev4.4nkweb.com/api/`.
## Variables denvironnement (centralisées)
- `IDNOT_*`, `STRIPE_*`, `MAILCHIMP_*`, `OVH_*`, `API_BASE_URL` depuis `lecoffre_node/.env.master`.
## Monitoring
- Healthcheck informatif.
- Logs centralisés Loki/Grafana (Backend Services).
## Notes
- Respect du démarrage après `sdk_relay`.