8 lines
345 B
Plaintext
8 lines
345 B
Plaintext
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
|