Initialise le dépôt Bonpoint avec docs et prototype web.

Structure docs/, web/ (app Node existante) et mobile/ (placeholder Flutter).
This commit is contained in:
jmartin
2026-06-12 11:39:51 +02:00
commit c4ebb5b2d8
40 changed files with 5630 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# PIN parent (4 à 8 chiffres) — à changer avant mise en prod
PARENT_PIN=1234
# Secret JWT — générer avec : openssl rand -hex 32
JWT_SECRET=changez-moi-avec-openssl-rand-hex-32
PORT=3000
DATABASE_PATH=/data/bonpoint.db
# Google Home Smart Home — fulfillment : https://bonpoint.ptits-pas.fr/api/smarthome
# Voir docs/GOOGLE_HOME.md pour la configuration OAuth (account linking)