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:
@@ -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)
|
||||
Reference in New Issue
Block a user