From 02d598bbc64700a67d275e1e960386838377f0c8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 17 Oct 2021 09:58:46 +0200 Subject: [PATCH] Update config.json --- wger/config.json | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/wger/config.json b/wger/config.json index 2a2b0e8b4..a4cc71165 100644 --- a/wger/config.json +++ b/wger/config.json @@ -1,28 +1,28 @@ { - "arch": [ - "amd64", - "aarch64" - ], - "boot": "auto", - "description": "TEST DO NOT USE", - "environment": {}, - "map": [ - "share:rw", - "ssl:ro" - ], - "name": "Wger DO NOT USE", - "options": {}, - "ports": { - "8000/tcp": "9927" - }, - "ports_description": { - "8000/tcp": "Web interface" - }, - "schema": {}, - "slug": "wger", - "startup": "services", - "upstream": "2.1-dev", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1-dev", - "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" + "arch": [ + "amd64", + "aarch64" + ], + "boot": "auto", + "description": "TEST DO NOT USE", + "environment": {}, + "map": [ + "share:rw", + "ssl:ro" + ], + "name": "Wger DO NOT USE", + "options": {}, + "ports": { + "8000/tcp": "9927" + }, + "ports_description": { + "8000/tcp": "Web interface" + }, + "schema": {}, + "slug": "wger", + "startup": "services", + "upstream": "2.1-dev", + "url": "https://github.com/alexbelgium/hassio-addons", + "version": "2.1-dev", + "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" }