-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.example
107 lines (76 loc) · 2.51 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Example configuration settings for this application
APPLICATION=alm-report
GITHUB_URL=https://github.com/lagotto/alm-report
RAILS_ENV=development
STAGE=production
# database settings
DB_NAME=alm-report
DB_USERNAME=vagrant
DB_PASSWORD=
DB_HOST=localhost
# Affects layouts and styles. Can be either 'default' or 'plos'
MODE=default
# Search depends on this setting, which can be either 'crossref' or 'plos'
SEARCH=crossref
# Maximum number of works that can be stored in a single report
WORK_LIMIT=2000
# Number of works to display per page on the add-works and preview-list
# pages. (The results metrics page uses a different, smaller value.)
PER_PAGE=25
METRICS_PER_PAGE=5
# Maximum number of works for which we generate the report visualizations page.
# If the number of works in a report is between work_limit and this,
# all pages are available except the visualizations page
VIZ_LIMIT: 500
# Max number of works to request stats for per request.
ALM_MAX_WORKS_PER_REQUEST: 50
# Solr Search Server
SOLR_URL=http://api.plos.org/search
# Solr maximum DOIs per request
SOLR_MAX_DOIS=300
# ALM Server
ALM_URL=http://det.labs.crossref.org
# internal name of server
HOSTNAME=alm-report.local
# all instances of server used behind load balancer
# can be HOSTNAME, or comma-delimited string of HOSTNAME
MEMCACHE_SERVERS=alm-report.local
SERVERS=alm-report.local
# name used on navigation bar and in email subject line
SITENAME=ALM Reports
# Longer, more descriptive name of the installation site
SITENAMELONG=Parascope
# Tagline on top of page
TAGLINE=Parascope allows you to view events for any set of works published as well as summarize and visualize the results.
# keys, run `rake secret` to generate these keys
ALM_API_KEY=8897f9349100728d66d64d56bc21254bb346a9ed21954933
SECRET_KEY_BASE=c436de247c988eb5d0908407e700098fc3992040629bb8f98223cd221e94ee4d15626aae5d815f153f3dbbce2724ccb8569c4e26a0f6f663375f6f2697f1f3cf
# vagrant settings
PRIVATE_IP=10.2.2.2
TRUSTED_IP=10.2.2.1
AWS_KEY=
AWS_SECRET=
AWS_KEYNAME=
AWS_KEYPATH=
DO_PROVIDER_TOKEN=
DO_SIZE=1gb
SSH_PRIVATE_KEY='~/.ssh/id_rsa'
# user and group who own application repository
DEPLOY_USER=vagrant
DEPLOY_GROUP=vagrant
LOG_LEVEL=info
# mysql server root password for chef
DB_ROOT_PASSWORD=EZ$zspyxF2
GOOGLE_ANALYTICS=
# authentication via orcid, github, cas or persona
OMNIAUTH=persona
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
ORCID_CLIENT_ID=
ORCID_CLIENT_SECRET=
CAS_URL=
CAS_INFO_URL=
CAS_PREFIX=
# optionally use Bugsnag, provide API keys here
# BUGSNAG_KEY=
# BUGSNAG_JS_KEY=