cloud creation

This commit is contained in:
Первов Артем
2026-06-17 09:36:58 +03:00
commit 123bd97018
46 changed files with 12285 additions and 0 deletions

8
.env.local.example Normal file
View File

@@ -0,0 +1,8 @@
PORT=3100
DATABASE_URL=postgres://postgres:postgres@localhost:5432/drill_cloud_v2
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173
INGEST_API_KEY=dev-local-key
PG_POOL_MAX=20
INGEST_MAX_BATCH_SIZE=10000
HISTORY_TARGET_POINTS=2000
HISTORY_MAX_TARGET_POINTS=2000