Add port setting

This commit is contained in:
2023-05-30 10:44:38 +08:00
parent 1c07fe9dc1
commit 935cf97d57
7 changed files with 21 additions and 4 deletions

View File

@@ -13,5 +13,6 @@
"db_path": "./downloads",
"max_retry_count": 3,
"max_download_img_count": 3,
"download_original_img": true
"download_original_img": true,
"port": 8000
}