Retirer data/config.json du tracking git (etat runtime)
Ce fichier contient SMTP, relais, surprise, evenement actif — il ne doit jamais etre ecrase par un git pull. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ data/exports/*
|
|||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
printer-driver-*.deb
|
printer-driver-*.deb
|
||||||
|
data/config.json
|
||||||
|
|||||||
@@ -1,85 +0,0 @@
|
|||||||
{
|
|
||||||
"evenement": {
|
|
||||||
"nom": "Mon Evenement",
|
|
||||||
"logo": null,
|
|
||||||
"couleur_primaire": "#e91e63",
|
|
||||||
"couleur_secondaire": "#ffffff",
|
|
||||||
"media_accueil": null
|
|
||||||
},
|
|
||||||
"fonctionnalites": {
|
|
||||||
"photo_simple": true,
|
|
||||||
"multi_shot": true,
|
|
||||||
"filtres": true,
|
|
||||||
"overlays": true,
|
|
||||||
"chroma_key": false,
|
|
||||||
"impression": true,
|
|
||||||
"email": true,
|
|
||||||
"qr_code": true,
|
|
||||||
"galerie": true
|
|
||||||
},
|
|
||||||
"camera": {
|
|
||||||
"appareil": null,
|
|
||||||
"iso": "auto",
|
|
||||||
"balance_blancs": "auto",
|
|
||||||
"compte_a_rebours": 3,
|
|
||||||
"animation_compte_a_rebours": "classique",
|
|
||||||
"animations_css_actives": ["classique"]
|
|
||||||
},
|
|
||||||
"animations_custom": {
|
|
||||||
"actives": []
|
|
||||||
},
|
|
||||||
"compteur": {
|
|
||||||
"actif": true,
|
|
||||||
"limite": 400,
|
|
||||||
"photos_prises": 0
|
|
||||||
},
|
|
||||||
"destinations": {
|
|
||||||
"memoire_interne": true,
|
|
||||||
"cle_usb": false,
|
|
||||||
"chemin_usb": "/media/usb",
|
|
||||||
"ftp": false,
|
|
||||||
"ftp_host": "",
|
|
||||||
"ftp_port": 21,
|
|
||||||
"ftp_user": "",
|
|
||||||
"ftp_password": "",
|
|
||||||
"ftp_chemin": "/photobooth",
|
|
||||||
"site_web": false,
|
|
||||||
"site_web_url": "",
|
|
||||||
"email_auto": false,
|
|
||||||
"sauvegarder_tout": true
|
|
||||||
},
|
|
||||||
"impression": {
|
|
||||||
"imprimante": null,
|
|
||||||
"copies_max": 5,
|
|
||||||
"format": "10x15"
|
|
||||||
},
|
|
||||||
"cadres": {
|
|
||||||
"actifs": []
|
|
||||||
},
|
|
||||||
"email": {
|
|
||||||
"smtp_host": "",
|
|
||||||
"smtp_port": 587,
|
|
||||||
"smtp_user": "",
|
|
||||||
"smtp_password": "",
|
|
||||||
"expediteur": "",
|
|
||||||
"sujet": "Votre photo - {evenement}",
|
|
||||||
"message": "Voici votre photo prise lors de {evenement} ! Merci et a bientot."
|
|
||||||
},
|
|
||||||
"qr_code": {
|
|
||||||
"url_galerie": ""
|
|
||||||
},
|
|
||||||
"multi_shot": {
|
|
||||||
"nombre_photos": 3,
|
|
||||||
"mode": "strip",
|
|
||||||
"delai_entre_photos": 2
|
|
||||||
},
|
|
||||||
"chroma_key": {
|
|
||||||
"couleur": "#00ff00",
|
|
||||||
"tolerance": 40,
|
|
||||||
"fond_par_defaut": null
|
|
||||||
},
|
|
||||||
"serveur": {
|
|
||||||
"host": "0.0.0.0",
|
|
||||||
"port": 8080
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user