diff --git a/crm-mcp/src/main/resources/application-dev.yml b/crm-mcp/src/main/resources/application-dev.yml index 48a19d9..cb52650 100644 --- a/crm-mcp/src/main/resources/application-dev.yml +++ b/crm-mcp/src/main/resources/application-dev.yml @@ -1,4 +1,7 @@ crm: url: https://www.rzdata.net/bcrm-statis-jwt/ tenantId: BIO - token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I \ No newline at end of file + token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I +server: + servlet: + context-path: crm-mcp