-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy path.env.example
More file actions
17 lines (17 loc) · 804 Bytes
/
.env.example
File metadata and controls
17 lines (17 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
NODE_ENV = dev
access_key = -- internet-archive-access-key --
secret_key = -- internet-archive-secret-key --
GB_KEY = -- google-books-key --
trove_key = -- trove key --
redishost = -- redis-host --
redisport = -- redis-port --
WIKIMEDIA_CLIENT_ID = -- oauth client id --
WIKIMEDIA_CLIENT_SECRET = -- oauth client secret --
NEXTAUTH_URL = -- nextauth base url --
EMAIL_BOT_USERNAME = -- mediawiki bot username --
EMAIL_BOT_PASSWORD = -- mediawiki bot password --
NEXT_PUBLIC_WIKIMEDIA_URL = -- https://meta.wikimedia.beta.wmflabs.org for local setup --
NEXT_PUBLIC_COMMONS_URL = -- https://commons.wikimedia.beta.wmflabs.org for local setup --
NEXT_PUBLIC_WIKIDATA_URL = -- https://commons.wikimedia.beta.wmflabs.org for local setup --
NEXT_PUBLIC_IA_USER = -- bub_wikimedia --
IA_EMAIL = -- IA email --