-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
36 lines (32 loc) · 1.36 KB
/
Copy path.env
File metadata and controls
36 lines (32 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
HEART360TK_VERSION=h360-237
POSTGRES_HOST=postgres
POSTGRES_DB=heart360tk_database
POSTGRES_USER=heart360tk
POSTGRES_PASSWORD=YmE4ZTk0OGI0OTNmNGU5YmFjZDY1YTA0
# -----------------------------------------------------------------------------
# IMPORTER
# -----------------------------------------------------------------------------
IMPORT_CRON=10 * * * * # Run 5 min after the exporter (5 * * * *), so import doesn't grab a ZIP mid-upload or race the exporter
IMPORT_PROTOCOL=sftp
IMPORT_AGGREGATE_DATA=true
IMPORT_FOLDER_PATH=/upload
# -----------------------------------------------------------------------------
# SFTP server (the "sftp" service in this same docker-compose.yml — importer
# reaches it over the internal Docker network by service name, not the
# host-mapped 2222 port that leaf nodes use from outside)
# -----------------------------------------------------------------------------
SFTP_HOST=sftp
SFTP_PORT=22
SFTP_USER=h360tk_sftp
SFTP_PASSWORD=He8u^%gtRG36&^hgtyc97
SFTP_DEST_PATH=/upload
SFTP_TIMEOUT=60
# -----------------------------------------------------------------------------
# S3 server
# -----------------------------------------------------------------------------
# S3_BUCKET=your-bucket-name
# S3_KEY_PREFIX=uploads
# S3_REGION=us-east-1
# S3_ACCESS_KEY=your-access-key
# S3_SECRET_KEY=your-secret-key
# S3_ENDPOINT_URL=your-s3-endpoint-url