velody/backend/.env.example
2026-05-28 18:11:51 +02:00

8 lines
244 B
Plaintext

NODE_ENV=development
PORT=3007
DATABASE_URL=postgresql://velody:velody@localhost:5432/velody?schema=public
STORAGE_ROOT=../runtime/storage
PUBLIC_BASE_URL=http://localhost:3007
DEVICE_BOOTSTRAP_SECRET=replace-me
MAX_UPLOAD_SIZE_BYTES=524288000