-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment
More file actions
48 lines (35 loc) · 741 Bytes
/
environment
File metadata and controls
48 lines (35 loc) · 741 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/bin/bash
# Load this file with 'source' command
WEB_DBHOST=web_db
WEB_DBPORT=5432
WEB_DBNAME=cdcol
WEB_DBUSER=cdcol
WEB_DBPASSWORD=cdcol
# Connection for Datacube database
DATACUBE_DBHOST=cube_db
DATACUBE_DBPORT=5432
DATACUBE_DBNAME=cube
DATACUBE_DBUSER=cube
DATACUBE_DBPASSWORD=cube
# Datacube Storage folder
DC_STORAGE=/dc_storage
# Ingestion folder
TO_INGEST=''
# Web Storage folder
WEB_THUMBNAILS=''
# Celery generic task script
GEN_TASK_MOD=''
# Convert NetCDF to Tiff
TIFF_CONV_SCRIPT=''
# GIF script
GEN_GIF_SCRIPT=''
# Results path
RESULTS=/web_storage/results
#Airflow dag path
AIRFLOW_DAG_PATH=''
#Template Path
TEMPLATE_PATH=''
#Donwload Path
DOWNLOAD_PATH=''
#Workflow Algorithms Path
WORKFLOW_ALGORITHMS_PATH=''