-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (32 loc) · 919 Bytes
/
.env.example
File metadata and controls
39 lines (32 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Security (generate with: openssl rand -hex 32)
SESSION_SECRET=
CSRF_SECRET=
# Cookies - set to true only if using HTTPS
COOKIE_SECURE=false
# Deployment
NEXT_PUBLIC_BASE_PATH=
DATA_DIR=data
PYTHON_VENV_PATH=.venv
# Remote runner
# The bundled dev/start scripts set WORKSPACE_RUNNER_BASE_URL automatically.
WORKSPACE_RUNNER_BASE_URL=
WORKSPACE_RUNNER_HOST=127.0.0.1
WORKSPACE_RUNNER_PORT=3200
WORKSPACE_RUNNER_SHARED_SECRET=
# CUNY Library (Primo)
PRIMO_API_KEY=
PRIMO_VID=01CUNY_GC:CUNY_GC
PRIMO_SCOPE=IZ_CI_AW
PRIMO_BASE_URL=https://api-na.hosted.exlibrisgroup.com/primo/v1/search
PRIMO_DISCOVERY_URL=https://cuny-gc.primo.exlibrisgroup.com
# WorldCat (OCLC)
OCLC_CLIENT_ID=
OCLC_CLIENT_SECRET=
OCLC_INSTITUTION_ID=ZGM
# LibGuides
LIBGUIDES_SITE_ID=146
LIBGUIDES_CLIENT_ID=961
LIBGUIDES_CLIENT_SECRET=
LIBGUIDES_BASE_URL=https://lgapi-us.libapps.com/1.2
# OpenAlex (optional, for polite pool)
OPENALEX_EMAIL=