Files
cloud/.env.example
Первов Артем 123bd97018 cloud creation
2026-06-17 09:36:58 +03:00

17 lines
442 B
Plaintext

PORT=3100
DATABASE_URL=postgres://postgres:postgres@localhost:5432/drill_cloud_v2
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173
# Optional. When set, POST /ingest requires x-api-key: <value>.
INGEST_API_KEY=
# Pool sizing for node-postgres.
PG_POOL_MAX=20
# Maximum points accepted by one POST /ingest request.
INGEST_MAX_BATCH_SIZE=10000
# Graph API defaults.
HISTORY_TARGET_POINTS=2000
HISTORY_MAX_TARGET_POINTS=2000