From 429793a14d140952ab2732f4cec4778c3fa0c2c8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Jun 2017 00:09:39 +0200 Subject: [PATCH] Update config.json --- mariadb/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb/config.json b/mariadb/config.json index d5523bc..7e5a467 100644 --- a/mariadb/config.json +++ b/mariadb/config.json @@ -12,10 +12,10 @@ "options": { "databases": ["homeassistant"], "logins": [ - {"username": "hass", "host": "localhost", "password": null} + {"username": "hass", "host": "%", "password": null} ], "rights": [ - {"username": "hass", "host": "localhost", "database": "homeassistant", "grant": "ALL PRIVILEGES ON"} + {"username": "hass", "host": "%", "database": "homeassistant", "grant": "ALL PRIVILEGES ON"} ] }, "schema": {