feat: default web API calls to same origin
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
JWT_SECRET=***
|
||||
ENCRYPTION_SECRET=change-this-to-at-least-32-characters
|
||||
JWT_SECRET=replace-me
|
||||
ENCRYPTION_SECRET=replace-with-at-least-32-characters
|
||||
DATABASE_URL=file:./dev.db
|
||||
CODEXDASH_FRONTEND_ORIGIN=http://localhost:5173
|
||||
CODEX_OAUTH_REDIRECT_URI=http://localhost:1455/auth/callback
|
||||
# Optional: set this in local dev when the Vite app runs on a different origin than the API.
|
||||
VITE_API_BASE_URL=http://localhost:3001
|
||||
|
||||
Reference in New Issue
Block a user