Skip to content

Commit d741f9b

Browse files
authored
Merge pull request #4108 from alephdata/bugfix/document-tags-db
Point out use of TAGS_DATABASE_URI and how it works
2 parents b87b131 + 3c2d1ac commit d741f9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aleph.env.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ ALEPH_OAUTH_SECRET=
9191
# Define a different ftm entity store:
9292
# FTM_STORE_URI=postgresql://<username>:<password>@<host>/<database>
9393

94+
# ingest-file uses a document cache to speed up operations
95+
# (it defaults to either one of the two above postgres connection strings)
96+
# TAGS_DATABASE_URI=postgresql://<username>:<password>@<host>/<database>
97+
9498
# Queue mechanism
9599
# REDIS_URL=redis://redis:6379/0
96100
# RABBITMQ_URL=rabbitmq

0 commit comments

Comments
 (0)