generated from vladmandic/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
24 lines (24 loc) · 850 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"debug": true,
"secrets": "secrets.json",
"log": "snaps.log",
"folder": "images",
"devices": "images/devices.json",
"index": "images/index.json",
"interval": 60,
"httpPort": 8000,
"httpsPort": 8001,
"documentRoot": ".",
"defaultFolder": "/",
"defaultFile": "public/index.html",
"sslKey": "node_modules/@vladmandic/build/cert/https.key",
"sslCrt": "node_modules/@vladmandic/build/cert/https.crt",
"resizeWidth": 1280,
"quality": 60,
"schedule": [
{ "year": 2020, "month": 1, "date": 10, "hours": 6, "minutes": 0, "interval": 60 },
{ "year": 2021, "month": 2, "date": 11, "hours": 6, "minutes": 0, "interval": 60 },
{ "year": 2022, "month": 3, "date": 12, "hours": 6, "minutes": 0, "interval": 60 },
{ "year": null, "month": null, "date": null, "hours": null, "minutes": null, "interval": 15 }
]
}