forked from NOAA-OWP/auto-eval-coordinator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
33 lines (30 loc) · 817 Bytes
/
example.env
File metadata and controls
33 lines (30 loc) · 817 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
# AWS Credentials
AWS_ACCESS_KEY_ID=your_access_key_here
AWS_SECRET_ACCESS_KEY=your_secret_key_here
AWS_SESSION_TOKEN=your_session_token_here
# stac-fastapi container environment variables
POSTGRES_USER=pgstac
POSTGRES_PASS=password
POSTGRES_DBNAME=postgis
POSTGRES_HOST_READER=pgstac
POSTGRES_HOST_WRITER=pgstac
APP_HOST=0.0.0.0
APP_PORT=8888
RELOAD=true
ENVIRONMENT=local
POSTGRES_PORT=5432
WEB_CONCURRENCY=10
VSI_CACHE=TRUE
GDAL_HTTP_MERGE_CONSECUTIVE_RANGES=YES
GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR
DB_MIN_CONN_SIZE=1
DB_MAX_CONN_SIZE=100
USE_API_HYDRATE=${USE_API_HYDRATE:-false}
# pgstac container environment variables taken from docker compose file in pgstac repo
POSTGRES_PASSWORD=password
POSTGRES_DB=postgis
PGUSER=pgstac
PGPASSWORD=password
PGDATABASE=postgis
# Nomad
NOMAD_ADDR=http://localhost:4646