Skip to content

Commit

Permalink
added validator env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Aug 23, 2023
1 parent c38f9b8 commit bbaa9ec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# metadata_fetcher
export FETCHER_DATA_DEST=file:///usr/local/airflow/rikolti_data
export NUXEO= # Required to run the NuxeoFetcher
export FLICKR_API_KEY= # Required to run the FlickrFetcher
export NUXEO= # ask for a key - required to run the NuxeoFetcher
export FLICKR_API_KEY= # ask for a key - required to run the FlickrFetcher

# metadata_mapper
export MAPPER_DATA_SRC=file:///usr/local/airflow/rikolti_data
export MAPPER_DATA_DEST=file:///usr/local/airflow/rikolti_data
export SKIP_UNDEFINED_ENRICHMENTS=True
export SKIP_UNDEFINED_ENRICHMENTS=True

# validator
# export UCLDC_SOLR_URL="https://harvest-stg.cdlib.org/solr_api" # this is solr stage
export UCLDC_SOLR_URL="https://solr.calisphere.org/solr" # this is solr prod
export UCLDC_SOLR_API_KEY= # ask for a key

0 comments on commit bbaa9ec

Please sign in to comment.