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" }