This commit is contained in:
@@ -3,15 +3,9 @@
|
||||
import { getAuthToken, clearAllTokens } from "@/lib/auth"
|
||||
|
||||
export const API_BASE_URLS = {
|
||||
<<<<<<< HEAD
|
||||
dataIngestion: process.env.NEXT_PUBLIC_DATA_INGESTION_URL || "http://apimtaiji.azure-api.net/api/data-ingestion",
|
||||
mcpServer: process.env.NEXT_PUBLIC_MCP_SERVER_URL || "http://apimtaiji.azure-api.net/api/mcp",
|
||||
gateway: process.env.NEXT_PUBLIC_API_GATEWAY_URL || "http://apimtaiji.azure-api.net/api/",
|
||||
=======
|
||||
dataIngestion: process.env.NEXT_PUBLIC_DATA_INGESTION_URL || "http://135.171.216.9/api/data-ingestion",
|
||||
mcpServer: process.env.NEXT_PUBLIC_MCP_SERVER_URL || "http://135.171.216.9/api/mcp",
|
||||
gateway: process.env.NEXT_PUBLIC_API_GATEWAY_URL || "http://135.171.216.9/api",
|
||||
>>>>>>> 9ead4666138c0ea82dc4ea0201d5ecbdce29ad1b
|
||||
}
|
||||
|
||||
// Helper function to get API key
|
||||
|
||||
Reference in New Issue
Block a user