25 lines
463 B
JSON
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
|
|
}
|
|
} |