-
Notifications
You must be signed in to change notification settings - Fork 3
/
env.local.example
26 lines (21 loc) · 1.13 KB
/
env.local.example
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
export NUXEO_MERRITT_NUXEO_TOKEN=xyz
export NUXEO_MERRITT_NUXEO_API=https://nuxeo.cdlib.org/nuxeo/site/api/v1
# to write files to S3
#export NUXEO_MERRITT_METADATA=s3://pad-nuxeo/nuxeo_merritt/metadata
#export NUXEO_MERRITT_MEDIA_JSON=s3://pad-nuxeo/nuxeo_merritt/media_json
#export NUXEO_MERRITT_FEEDS=s3://pad-nuxeo/nuxeo_merritt/atom_feeds
# to write files to local file system
export NUXEO_MERRITT_METADATA=file:///Users/bhui/dev/nuxeo_merritt/output/metadata
export NUXEO_MERRITT_MEDIA_JSON=file:///Users/bhui/dev/nuxeo_merritt/output/media_json
export NUXEO_MERRITT_FEEDS=file:///Users/bhui/dev/nuxeo_merritt/output/atom_feeds
# needed when running in Airflow (either locally or in hosted MWAAA)
export NUXEO_MERRITT_SLACK_URL= # e.g.: "https://hooks.slack.com/services/XYZ/123/ABC456"
# Below is for running in MWAA local
export OUTPUT_MOUNT=/Users/bhui/dev/nuxeo_merritt/output
export NUXEO_MERRITT_IMAGE=nuxeo_merritt
#export NUXEO_MERRITT_VERSION= # default latest
export MOUNT_CODEBASE=/Users/bhui/dev/nuxeo_merritt
export CONTAINER_EXECUTION_ENVIRONMENT=docker
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_SESSION_TOKEN=