You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix Desktop IDE setup notes (CORS + discoverability)
Align AGENTS.md, SELF_HOST_GUIDE, and root README with desktop/README.md:
keep loopback CORS wildcards when setting a public origin, link Desktop
install, and document Node 22 / tunnel prerequisites. Match SecurityConfig
@value fallback to application.properties port wildcards.
Co-authored-by: Venkat SF <venkatesh.sakamuri@stayflexi.com>
|`CORS_ALLOWED_ORIGINS`|loopback hosts + port wildcards (see `.env.example`)|`application.properties` → [`SecurityConfig.java`](../../backend/src/main/java/com/dbaagent/config/SecurityConfig.java)|
430
430
431
431
```env
432
432
DEEPSQL_FRONTEND_PORT=13000
433
-
CORS_ALLOWED_ORIGINS=http://localhost:13000
433
+
# Port wildcards keep DeepSQL Desktop SSH-tunnel origins working (sticky local port).
0 commit comments