38845704 by Ean Schuessler

Fix ProductStoreId to POPC_DEFAULT

POPCOMMERCE_RETAIL doesn't exist - use POPC_DEFAULT instead
1 parent 86f1bcee
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
27 <!-- ========================================================= --> 27 <!-- ========================================================= -->
28 28
29 <!-- VLLM Configuration for Brainfood --> 29 <!-- VLLM Configuration for Brainfood -->
30 <moqui.mcp.agent.ProductStoreAiConfig 30 <ProductStoreAiConfig
31 productStoreId="POPCOMMERCE_RETAIL" 31 productStoreId="POPC_DEFAULT"
32 aiConfigId="DEFAULT" 32 aiConfigId="DEFAULT"
33 serviceTypeEnumId="AistVllm" 33 serviceTypeEnumId="AistVllm"
34 description="Brainfood VLLM for Agent Runtime" 34 description="Brainfood VLLM for Agent Runtime"
......