forked from lagotto/alm-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesting.dotenv
executable file
·91 lines (66 loc) · 2.31 KB
/
testing.dotenv
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
# Example configuration settings for this application
APPLICATION=alm-report
GITHUB_URL=https://github.com/PLOS/alm-report-1
RAILS_ENV=production
# database settings
DB_NAME=almreports
DB_USERNAME=almreports
DB_PASSWORD=
DB_HOST=localhost
DB_PORT=3306
# Affects layouts and styles. Can be either 'default' or 'plos'
MODE=plos
# Search depends on this setting, which can be either 'crossref' or 'plos'
SEARCH=plos
# Maximum number of works that can be stored in a single report
WORK_LIMIT=2000
# TODO - deprecated?! no longer used. replaced by WORK_LIMIT ?
# Maximum number of articles that can be stored in a single report
ARTICLE_LIMIT=2000
# Number of articles to display per page on the add-articles and preview-list
# pages. (The results metrics page uses a different, smaller value.)
PER_PAGE=25
METRICS_PER_PAGE=5
# Maximum number of articles for which we generate the report visualizations page.
# If the number of articles in a report is between article_limit and this,
# all pages are available except the visualizations page
VIZ_LIMIT: 500
# Max number of articles to request stats for per request.
ALM_MAX_ARTICLES_PER_REQUEST: 30
# Solr Search Server
SOLR_URL=http://solr-mega-dev.soma.plos.org/solr/journals_dev/select
# ALM Server
ALM_URL=http://lagotto-201.soma.plos.org
# Solr maximum DOIs per request
SOLR_MAX_DOIS=300
# internal name of server
HOSTNAME=lagotto-201.soma.plos.org
# all instances of server used behind load balancer
# can be HOSTNAME, or comma-delimited string of HOSTNAME
SERVERS=lagotto-201.soma.plos.org
MEMCACHE_SERVERS=127.0.0.1
# name used on navigation bar and in email subject line
SITENAME=ALM Reports
# keys, run `rake secret` to generate these keys
ALM_API_KEY=8897f9349100728d66d64d56bc21254bb346a9ed21954933
SECRET_KEY_BASE=c436de247c988eb5d0908407e700098fc3992040629bb8f98223cd221e94ee4d15626aae5d815f153f3dbbce2724ccb8569c4e26a0f6f663375f6f2697f1f3cf
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=lagotto
DEPLOY_GROUP=lagotto
LOG_LEVEL=info
GOOGLE_ANALYTICS=UA-338393-1
# authentication via orcid, github, cas or persona
OMNIAUTH=cas
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
ORCID_CLIENT_ID=
ORCID_CLIENT_SECRET=
CAS_URL=https://nedcas-dev.plos.org
CAS_PREFIX=/cas