Skip to content

Commit

Permalink
Change default IMG_DIR to media #660
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Apr 7, 2023
1 parent 368dfd7 commit 3a0fc7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config.json
Expand Up @@ -31,7 +31,7 @@
"5000/tcp": "Web-UI/Snapshots"
},
"environment": {
"IMG_DIR": "config/www",
"IMG_DIR": "media/wyze/img/",
"RECORD_PATH": "media/wyze/{CAM_NAME}"
},
"map": [
Expand All @@ -44,6 +44,7 @@
],
"ingress": true,
"ingress_port": 5000,
"panel_icon": "mdi:bridge",
"options": {
"WYZE_EMAIL": null,
"WYZE_PASSWORD": null,
Expand Down

0 comments on commit 3a0fc7d

Please sign in to comment.