8 lines
379 B
Bash
8 lines
379 B
Bash
# Copy this file to .env on the remote LandSAR worker host 192.168.1.6.
|
|
# DATABASE_URL points to the main InSAR management server/PostgreSQL host 192.168.1.62.
|
|
DATABASE_URL=postgresql+asyncpg://postgres:WXZXzhb123456@192.168.1.62:5432/insar_management
|
|
JOB_WORKER_ALLOWED_TYPES=LANDSAR_CLUSTER_ITEM
|
|
JOB_WORKER_CONCURRENCY=1
|
|
JOB_WORKER_POLL_INTERVAL=1.0
|
|
LANDSAR_CLUSTER_WORKER_ID=
|