-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env-example
39 lines (31 loc) · 1.08 KB
/
.env-example
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
##########################
#These stay the same. They need to be in here because of docker-compose
##########################
UID='1000'
GID='1000'
# Puma
BIND_IP='0.0.0.0'
BIND_PORT='3000'
##########################
# Solrs; If you're using the Library VPN you can connect the production solrs.
# Get those addresses from a developer.
##########################
SPECTRUM_CATALOG_SOLR_URL=http://catalog-solr:8026/solr/biblio
SPECTRUM_WEBSITE_SOLR_URL=http://library-web-solr:8080/solr/www.lib
##########################
# Get these keys from a developer who has them
##########################
#For Get-This and Live loan status updates
ALMA_API_KEY=alma_api_key
# Articles
SPECTRUM_PRIMO_KEY=alma_api_key
# LDAP
SPECTRUM_KEYCARD_LDAP_USERNAME=spectrum_keycard_ldap_username
SPECTRUM_KEYCARD_LDAP_PASSWORD=spectrum_keycard_ldap_password
# Twilio
SPECTRUM_TWILIO_ACCOUNT=spectrum_twilio_account
SPECTRUM_TWILIO_TOKEN=spectrum_twilio_token
SPECTRUM_TWILIO_SERVICE=spectrum_twilio_service
WEBLOGIN_URL='https://weblogin.lib.umich.edu'
WEBLOGIN_ID='weblogin-id'
WEBLOGIN_SECRET='weblogin-secret'