From d977687986ee385b64d2a41947d73b6e3539be34 Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Mon, 31 Jul 2023 15:46:25 -0300 Subject: [PATCH] Update config.json.example Signed-off-by: Leonardo Custodio --- resources/js/config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/config.json.example b/resources/js/config.json.example index d906f05..0e943f6 100644 --- a/resources/js/config.json.example +++ b/resources/js/config.json.example @@ -2,7 +2,7 @@ "url": "URL_VALUE", "authorization_token": "AUTHORIZATION_TOKEN_VALUE", "route": "ROUTE_VALUE", - "tenant": MULTI_TENANCY_VALUE, + "tenant": "MULTI_TENANCY_VALUE", "websocket": "WEBSOCKET_URL_VALUE", "channel": "WEBSOCKET_CHANNEL_VALUE" }