-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathsite-banzai-env.default
More file actions
28 lines (22 loc) · 1018 Bytes
/
site-banzai-env.default
File metadata and controls
28 lines (22 loc) · 1018 Bytes
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
# Site
SITE_ID= # e.g., lsc, ogg, cpt
AUTH_TOKEN= # Archive API token
INSTRUMENT_TYPES=* # Comma-separated instrument types to cache (e.g., 0m4-SciCam-QHY600,1m0-SciCam-Sinistro) or * for all
# Host paths
HOST_RAW_DIR=./site_banzai/raw # Raw FITS input
HOST_CALS_DIR=./site_banzai/calibrations # Cached calibration files
HOST_REDUCED_DIR=./site_banzai/reduced # Pipeline output (reduced frames)
HOST_POSTGRES_DIR=./site_banzai/postgres # PostgreSQL database storage
# Worker
BANZAI_WORKER_LOGLEVEL=debug
OMP_NUM_THREADS=2
DOWNLOAD_WORKER_POLL_INTERVAL=10
# Database
DB_ADDRESS=postgresql+psycopg://banzai@postgresql:5432/banzai_local
PUBLICATION_NAME=banzai_calibrations
# CAL_DB_ADDRESS=
# Replication
AWS_DB_ADDRESS= # postgresql+psycopg://user:pass@aws-host.rds.amazonaws.com:5432/calibrations
# API
API_ROOT=https://archive-api.lco.global/
OPENTSDB_PYTHON_METRICS_TEST_MODE=1