File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313logger = logging .getLogger (__name__ )
1414
1515
16- FRONTEND_URL = os .environ .get ("ADEU_FRONTEND_URL" , "http ://localhost:5173 " ) # Default to local React dev server
17- BACKEND_URL = os .environ .get ("ADEU_BACKEND_URL" , "http ://localhost:8000 " ) # Default to local React dev server
16+ FRONTEND_URL = os .environ .get ("ADEU_FRONTEND_URL" , "https ://app.adeu.ai " ) # Default to local React dev server
17+ BACKEND_URL = os .environ .get ("ADEU_BACKEND_URL" , "https ://app.adeu.ai " ) # Default to local React dev server
1818KEYRING_SERVICE_NAME = "adeu_mcp_server"
1919KEYRING_ACCOUNT_NAME = "api_key"
2020
Original file line number Diff line number Diff line change 1010
1111from adeu .auth import DesktopAuthManager
1212
13- BACKEND_URL = os .environ .get ("ADEU_BACKEND_URL" , "http ://localhost:8000 " )
13+ BACKEND_URL = os .environ .get ("ADEU_BACKEND_URL" , "https ://app.adeu.ai " )
1414VIEW_URI = "ui://adeu/html-viewer"
1515
1616
You can’t perform that action at this time.
0 commit comments