From 1985e7b15e0470b60678c4c3bed1b916ec2f1ead Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:22:25 +0000 Subject: [PATCH] Github bot : json sorted --- seafile/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index cb5c4745b..6e273bf5e 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -80,9 +80,9 @@ "SEAFILE_ADMIN_PASSWORD": "a_very_secret_password", "SERVER_IP": "homeassistant.local", "TZ": "Europe/Paris", - "url": "seafile.example.com", "data_location": "/share/seafile", - "database": "sqlite" + "database": "sqlite", + "url": "seafile.example.com" }, "panel_icon": "mdi:library", "ports": { @@ -108,14 +108,14 @@ "SEAFILE_ADMIN_PASSWORD": "password", "SERVER_IP": "str?", "TZ": "str?", - "url": "str", "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", "data_location": "str", "database": "list(sqlite|mariadb_addon)", "localdisks": "str?", - "networkdisks": "str?" + "networkdisks": "str?", + "url": "str" }, "services": [ "mysql:want"