diff options
Diffstat (limited to 'python/example.env')
-rw-r--r-- | python/example.env | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/example.env b/python/example.env index 4bf76e21..120c9e6e 100644 --- a/python/example.env +++ b/python/example.env @@ -6,6 +6,10 @@ FATCAT_API_HOST="http://localhost:9411/v0" ELASTICSEARCH_BACKEND="http://localhost:9200" ELASTICSEARCH_RELEASE_INDEX="fatcat_release" ELASTICSEARCH_CONTAINER_INDEX="fatcat_container" +# for local dev use: +#KAFKA_PIXY_ENDPOINT="http://localhost:19092" +KAFKA_PIXY_ENDPOINT="" +KAFKA_SAVEPAPERNOW_TOPIC="sandcrawler-dev.ingest-file-requests" GITLAB_CLIENT_ID="" GITLAB_CLIENT_SECRET="" IA_XAUTH_CLIENT_ID="" @@ -18,3 +22,9 @@ FATCAT_AUTH_WORKER_CROSSREF="" FATCAT_AUTH_WORKER_ORCID="" FATCAT_AUTH_WORKER_PUBMED="" FATCAT_AUTH_WORKER_DATACITE="" +FATCAT_AUTH_WORKER_JALC="" +FATCAT_AUTH_WORKER_ARXIV="" +FATCAT_AUTH_WORKER_JSTOR="" +FATCAT_AUTH_WORKER_JOURNAL_METADATA="" +FATCAT_AUTH_WORKER_CRAWL="" +FATCAT_AUTH_WORKER_SAVEPAPERNOW="" |