-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
63 lines (58 loc) · 1.85 KB
/
.env
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
CHROME_HOSTNAME=chrome
DB_ADAPTER=postgresql
DB_HOST=db
DB_NAME=hyku
DB_PASSWORD=DatabaseFTW
DB_TEST_NAME=hyku_test
DB_USER=postgres
DB_HOST=db
DB_PORT=5432
FCREPO_BASE_PATH=/hykudemo
FCREPO_HOST=fcrepo
FCREPO_PORT=8080
FCREPO_REST_PATH=rest
INITIAL_ADMIN_EMAIL=admin@example.com
INITIAL_ADMIN_PASSWORD=testing123
IN_DOCKER=true
LD_LIBRARY_PATH=/opt/fits/tools/mediainfo/linux
PASSENGER_APP_ENV=development
RAILS_LOG_TO_STDOUT=true
REDIS_HOST=redis
SECRET_KEY_BASE=asdf
HYRAX_ACTIVE_JOB_QUEUE=sidekiq
HYRAX_FITS_PATH=/app/fits/fits.sh
NEGATIVE_CAPTCHA_SECRET=default-value-change-me
SOLR_ADMIN_PASSWORD=SolrRocks
SOLR_ADMIN_USER=solr
SOLR_COLLECTION_NAME=hydra-development
SOLR_CONFIGSET_NAME=hyku
SOLR_HOST=solr
SOLR_PORT=8983
SOLR_URL=http://solr:SolrRocks@solr:8983/solr/
# Comment out these 5 for single tenancy / Uncomment for multi
HYKU_ADMIN_HOST=hyku.test
HYKU_ADMIN_ONLY_TENANT_CREATION=false
HYKU_DEFAULT_HOST=%{tenant}.hyku.test
HYKU_ROOT_HOST=hyku.test
HYKU_MULTITENANT=true
HYKU_USER_DEFAULT_PASSWORD=password
# Comment out these 2 for multi tenancy / Uncomment for single
# HYKU_ROOT_HOST=hyku.test
# HYKU_MULTITENANT=false
# Uncomment this line to disable Bulkrax
# HYKU_BULKRAX_ENABLED=false
# Comment this line if the Groups with Roles feature is disabled and to
# allow registered users to create curation concerns (Works, Collections, and FileSets)
HYKU_RESTRICT_CREATE_AND_DESTROY_PERMISSIONS=true
##START## Enable Google Analytics
# Uncomment to enable and configure Google Analytics, see README for instructions.
# HYRAX_ANALYTICS=true
# GOOGLE_ANALYTICS_ID=
# GOOGLE_OAUTH_APP_NAME=hyku-demo
# GOOGLE_OAUTH_APP_VERSION=1.0
# GOOGLE_OAUTH_PRIVATE_KEY_SECRET=notasecret
# GOOGLE_OAUTH_PRIVATE_KEY_PATH=prod-cred.p12
# GOOGLE_OAUTH_CLIENT_EMAIL=hyku-demo@hyku-demo.iam.gserviceaccount.com
# AND comment this out
HYRAX_ANALYTICS=false
##END## Enable Google Analytics