.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
PORT
Server
NODE_ENV
DATABASE_URL
secret
Database
STORAGE_ENDPOINT
Object Storage (MinIO/S3) STORAGE_ENDPOINT=http://localhost:9000 STORAGE_ACCESS_KEY=minioadmin STORAGE_SECRET_KEY=minioadmin…
STORAGE_PORT
STORAGE_ACCESS_KEY
secret
STORAGE_SECRET_KEY
secret
STORAGE_BUCKET
STORAGE_USE_SSL
KAFKA_BROKERS
Kafka
KAFKA_CLIENT_ID
KAFKA_TOPIC_BATCHES_RECEIVED
KAFKA_TOPIC_CHUNKS_READY
KAFKA_TOPIC_CHUNKS_FAILED
MAX_UPSERT_WORKERS
Workers
MIN_UPSERT_WORKERS
CHUNK_SIZE
SCALE_CHECK_INTERVAL
MAX_CHUNK_RETRIES
ADMIN_API_KEY
secret
API Chave de admin para o endpoint POST /admin/pharmacies/:cnpj/api-key
brew install flyctl && fly launch --from https://github.com/andifilhohub/integrahub
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/andifilhohub/integrahub
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/andifilhohub/integrahub