File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# Development: connect to a local or remote ObjectStack server.
22# Set VITE_SERVER_URL to your dev server (e.g. http://localhost:3000 or https://demo.objectstack.ai).
33# Leave empty to use same-origin (when Console is served by the server itself).
4- VITE_SERVER_URL = http ://localhost:3000
4+ VITE_SERVER_URL = https ://demo.objectstack.ai
55VITE_USE_MOCK_SERVER = false
Original file line number Diff line number Diff line change 11# Production: connect to the ObjectStack server.
22# Set VITE_SERVER_URL to the server origin, or leave empty for same-origin.
3- VITE_SERVER_URL =
3+ VITE_SERVER_URL = https://demo.objectstack.ai
44VITE_USE_MOCK_SERVER = false
Original file line number Diff line number Diff line change 88 - For stricter CSP, serve headers via your web server (see docs/deployment.md) and use
99 nonces or hashes instead of 'unsafe-inline'.
1010 -->
11- < meta http-equiv ="Content-Security-Policy " content ="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https:; font-src 'self' data:; connect-src 'self' ws: wss: http://localhost:* https://*.objectstack.io https://*.sentry.io; worker-src 'self' blob:; frame-src 'self'; " />
1211 < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " id ="favicon " />
1312 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, viewport-fit=cover " />
1413 < meta name ="mobile-web-app-capable " content ="yes " />
You can’t perform that action at this time.
0 commit comments