Update config.json

This commit is contained in:
Alexandre
2023-01-29 11:39:26 +01:00
committed by GitHub
parent b018bdf222
commit d742ce6afc

View File

@@ -56,6 +56,7 @@
"environment": { "environment": {
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password", "PHOTOPRISM_ADMIN_PASSWORD": "please_change_password",
"PHOTOPRISM_ADMIN_USER": "admin", "PHOTOPRISM_ADMIN_USER": "admin",
"PHOTOPRISM_DETECT_NSFW": "true",
"PHOTOPRISM_HTTP_PORT": "2341", "PHOTOPRISM_HTTP_PORT": "2341",
"working_dir": "/data/photoprism" "working_dir": "/data/photoprism"
}, },
@@ -116,6 +117,6 @@
], ],
"slug": "photoprism", "slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test", "url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "Preview", "version": "Preview-2",
"video": true "video": true
} }