Update config.json

This commit is contained in:
Alexandre
2025-07-16 23:12:33 +02:00
committed by GitHub
parent f9534f3741
commit 2e5722e48e

View File

@@ -14,6 +14,7 @@
], ],
"environment": { "environment": {
"ENTE_API_ORIGIN": "http://[HOST]:[PORT:8080]", "ENTE_API_ORIGIN": "http://[HOST]:[PORT:8080]",
"ENTE_ALBUMS_ORIGIN": "http://[HOST]:[PORT:3002]",
"MINIO_ROOT_PASSWORD": "minioadmin", "MINIO_ROOT_PASSWORD": "minioadmin",
"MINIO_ROOT_USER": "minioadmin", "MINIO_ROOT_USER": "minioadmin",
"PGDATA": "/config/postgres", "PGDATA": "/config/postgres",
@@ -78,7 +79,7 @@
"startup": "services", "startup": "services",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.0test19", "version": "1.0.0test21",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"
} }