Files
photobox/config.json.example
T
Thies Mueller 75537258a7 initial commit
2026-04-23 18:38:11 +02:00

25 lines
463 B
JSON

{
"ftp": {
"host": "ftp.example.com",
"user": "username",
"password": "password",
"base_url": "https://photobox.example.com/images/"
},
"printer_name": "DRUCKER",
"photo_path": "./photos/",
"buttons": {
"capture": "1",
"save": "2",
"print": "3"
},
"logo": {
"enabled": true,
"path": "assets/logo.png",
"position": "top_right",
"scale": 0.25,
"margin": 30
},
"camera": {
"last_used": null
}
}