velody/infra/docker/env/backend.env.example
2026-07-02 13:38:20 +02:00

15 lines
596 B
Plaintext

NODE_ENV=development
PORT=3007
DATABASE_URL=postgresql://velody:velody@postgres:5432/velody?schema=public
STORAGE_ROOT=/app/runtime/storage
PUBLIC_BASE_URL=http://localhost:3007
DEVICE_BOOTSTRAP_SECRET=replace-me
ACCOUNT_ACCESS_TOKEN_SECRET=replace-with-a-distinct-secret
ACCOUNT_ACCESS_TOKEN_TTL_SECONDS=900
MAX_UPLOAD_SIZE_BYTES=524288000
PADDLE_ENVIRONMENT=sandbox
PADDLE_API_KEY=replace-with-paddle-api-key
PADDLE_WEBHOOK_SECRET=replace-with-paddle-webhook-secret
PADDLE_PRO_MONTHLY_PRICE_ID=replace-with-paddle-monthly-price-id
PADDLE_PRO_YEARLY_PRICE_ID=replace-with-paddle-yearly-price-id