feat: add decal library URL and update related components for decal handling

This commit is contained in:
2025-12-15 16:32:39 +05:30
parent 0bc5222ba6
commit 89c2339012
6 changed files with 13 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
# Base URL for the asset library server, used for asset library images and model blob id.
REACT_APP_SERVER_ASSET_LIBRARY_URL=185.100.212.76:50011
# Base URL for the decal library server, used for decal library images and model blob id.
REACT_APP_SERVER_DECAL_LIBRARY_URL=185.100.212.76:9998
# base url for IoT socket server
REACT_APP_IOT_SOCKET_SERVER_URL =185.100.212.76:5010