initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user