Use symlinked APP_DATA_DIR, add MCP_API_BASE_URL and SHAREPOINT_BASE_URL env vars
This commit is contained in:
@@ -55,6 +55,22 @@
|
||||
"required": false,
|
||||
"default": "*",
|
||||
"env_variable": "CORS_ORIGIN"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "MCP API Base URL",
|
||||
"hint": "Base URL for the MCP API server",
|
||||
"required": false,
|
||||
"default": "http://localhost:2009",
|
||||
"env_variable": "MCP_API_BASE_URL"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "SharePoint Base URL",
|
||||
"hint": "SharePoint/OneDrive URL for Integration Planning documents",
|
||||
"required": false,
|
||||
"default": "https://minicircuits-my.sharepoint.com/personal/alex_zaw_minicircuits_com1/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Falex%5Fzaw%5Fminicircuits%5Fcom1%2FDocuments%2FIntegration%20Planning%2F",
|
||||
"env_variable": "SHAREPOINT_BASE_URL"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user