We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b87b131 + 3c2d1ac commit d741f9bCopy full SHA for d741f9b
aleph.env.tmpl
@@ -91,6 +91,10 @@ ALEPH_OAUTH_SECRET=
91
# Define a different ftm entity store:
92
# FTM_STORE_URI=postgresql://<username>:<password>@<host>/<database>
93
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
+
98
# Queue mechanism
99
# REDIS_URL=redis://redis:6379/0
100
# RABBITMQ_URL=rabbitmq
0 commit comments