8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
NODE_ENV=development
|
|
PORT=3000
|
|
DATABASE_URL=postgresql://velody:velody@postgres:5432/velody?schema=public
|
|
STORAGE_ROOT=/app/runtime/storage
|
|
PUBLIC_BASE_URL=http://localhost:3000
|
|
DEVICE_BOOTSTRAP_SECRET=replace-me
|
|
MAX_UPLOAD_SIZE_BYTES=524288000
|