forked from crosscite/doi-metadata-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.travis
65 lines (47 loc) · 1.16 KB
/
.env.travis
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
APPLICATION=doi-metadata-search
GITHUB_URL=https://github.com/crosscite/doi-metadata-search
# internal name of server
HOSTNAME=doi-metadata-search.local
SITENAME=DOI Metadata Search
# all servers we deploy to
SERVERS=doi-metadata-search.local
# DOI registration agency
RA=datacite
RACK_ENV=development
AWS_KEY=
AWS_SECRET=
AWS_KEYNAME=
AWS_SECURITY_GROUP=default
AWS_REGION=eu-west-1
AWS_AMI=ami-9ed98ce9
AWS_INSTANCE_TYPE=m1.small
ORCID_URL=https://sandbox.orcid.org
ORCID_API_URL=https://api.sandbox.orcid.org
ORCID_CLIENT_ID=
ORCID_CLIENT_SECRET=
SOLR_URL=http://search.datacite.org
SOLR_SELECT=/api
SUPPORT_URL=
DB_NAME=datacite
DB_HOST=127.0.0.1
# vagrant settings
PRIVATE_IP=10.2.2.12
TRUSTED_IP=10.2.2.1
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
# optionally use Google Analytics
#GABBA_COOKIE=
#GABBA_URL=
# optionally use Atlas to manage infrastructure
# ATLAS_TOKEN=
# optionally use Bugsnag for error reporting
# BUGSNAG_KEY=
# BUGSNAG_JS_KEY=
# optionally use Papertrail for remote logging
# PAPERTRAIL_HOST=
# PAPERTRAIL_PORT=