Files
codexium-odoo/.env.example

6 lines
132 B
Plaintext
Raw Permalink Normal View History

2026-03-16 14:38:00 -05:00
PORT=3000
JWT_SECRET=change-me
DATABASE_URL="file:../../data/prisma/app.db"
DATA_DIR="./data"
CLIENT_ORIGIN="http://localhost:5173"