Files
BingWallpaperAPI/config/default.json
2025-04-07 16:07:37 +08:00

21 lines
424 B
JSON

{
"server": {
"port": 3000,
"host": "0.0.0.0"
},
"bing": {
"apiUrl": "https://cn.bing.com/HPImageArchive.aspx?format=js&n=1&idx=0&mkt=zh-CN",
"baseUrl": "https://global.bing.com"
},
"cache": {
"path": "./cache/bing-wallpaper.jpg",
"metadataPath": "./cache/metadata.json"
},
"schedule": {
"checkInterval": "0 * * * *"
},
"retry": {
"maxAttempts": 3,
"delayMs": 5000
}
}