-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.template
26 lines (23 loc) · 926 Bytes
/
.env.template
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
# Path to the root directory of the access logs for ESGF nodes
# (aims3, esgf-data1, esgf-data3, and esgf-data4).
# Access logs must be stored in sub-directories labeled with the
# name of the node.
# ------------------------------------------------------------
LOGS_DIR=/p/cscratch/esgf-http-logs
# Directory to store outputs such as plots and quality assurance reports.
# ------------------------------------------------------------
OUTPUT_DIR=/p/user_pub/e3sm/esgf_metrics
# Postgres settings.
# ------------------------------------------------------------
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# Postgres settings if running esgf_metrics outside of docker.
# ------------------------------------------------------------
# POSTGRES_HOST=localhost
# POSTGRES_PORT=5433
# POSTGRES_DB=postgres
# POSTGRES_USER=postgres
# POSTGRES_PASSWORD=postgres