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.
1 parent 61062ed commit 1645ea1Copy full SHA for 1645ea1
.env.stage.example
@@ -15,7 +15,13 @@ WEB_LIBRARY_PORT=8281
15
PDF_PROXY_BASE_URL=http://nas.local:8280/pdf
16
17
# Optional: metadata source (used at build time for the Web Library image)
18
-ZOTERO_API_KEY=
+# If you host metadata on zotero.org (default):
19
+# ZOTERO_API_KEY: your Zotero API key
20
+# ZOTERO_API_AUTHORITY_PART: api.zotero.org
21
+# If you host metadata on-prem (custom API host):
22
+# ZOTERO_API_KEY: on-prem API token (if required)
23
+# ZOTERO_API_AUTHORITY_PART: e.g., nas.local:8080 (your on-prem metadata host)
24
+ZOTERO_API_KEY=changeme-zotero-api-key
25
ZOTERO_API_AUTHORITY_PART=api.zotero.org
-ZOTERO_USER_SLUG=
-ZOTERO_USER_ID=
26
+ZOTERO_USER_SLUG=changeme-user-slug
27
+ZOTERO_USER_ID=1234567
0 commit comments