Files
todo3/.env.example
luisdralves 3bc7bda1f6
All checks were successful
Build and Deploy / build-deploy (push) Successful in 29s
Add build and deploy workflow
2026-02-22 02:03:30 +00:00

11 lines
268 B
Plaintext

PUBLIC_WS_URL=ws://localhost:3000/ws
PUBLIC_BOX_DRAWING_CHARS=─│┌┐└┘├┤
HOST=localhost
FE_PORT=5173
BE_PORT=3000
JWT_SECRET=your-secret-here
SIGNUP_SECRET=your-signup-secret-here
ADMIN_EMAIL=admin@localhost
DB_PATH=packages/be/db.sqlite
DATA_DIR=./data