Update config.json

This commit is contained in:
Alexandre
2024-11-03 10:49:00 +01:00
committed by GitHub
parent 15a3f85285
commit 91d210fc28

View File

@@ -65,6 +65,7 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": { "environment": {
"BASE_SUBPATH": "/mealie/",
"DATA_DIR": "/config", "DATA_DIR": "/config",
"DB_ENGINE": "sqlite", "DB_ENGINE": "sqlite",
"MAX_WORKERS": "1", "MAX_WORKERS": "1",
@@ -83,7 +84,6 @@
"name": "Mealie test", "name": "Mealie test",
"options": { "options": {
"ALLOW_SIGNUP": true, "ALLOW_SIGNUP": true,
"BASE_SUBPATH": "/mealie",
"DATA_DIR": "/config", "DATA_DIR": "/config",
"PGID": 1000, "PGID": 1000,
"PUID": 1000, "PUID": 1000,
@@ -113,6 +113,6 @@
"slug": "test", "slug": "test",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.0-beta_ingress_test7", "version": "v2.0-beta_ingress_test9",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]"
} }