-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
70 lines (67 loc) · 2.18 KB
/
.env.development
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
CHROME_HOSTNAME=chrome
CLIENT_USER_PASSWORD=password123
DATABASE_ADAPTER=postgresql
# BEGIN
# All these variables overlap. When changing one, please change the other(s)
DATABASE_HOST=db
DB_HOST=db
DATABASE_NAME=hyku
POSTGRES_DB=hyku
DATABASE_PASSWORD=DatabaseFTW
POSTGRES_PASSWORD=DatabaseFTW
DATABASE_USER=postgres
POSTGRES_USER=postgres
DB_PORT=5432
FCREPO_DB=fcrepo
JAVA_OPTIONS=-Dfcrepo.postgresql.host=db -Dfcrepo.postgresql.database=fcrepo -Dfcrepo.postgresql.port=5432 -Dfcrepo.postgresql.username=postgres -Dfcrepo.postgresql.password=DatabaseFTW -Dfcrepo.object.directory="/data/objects" -Dfcrepo.binary.directory="/data/binaries"
# END
DATABASE_TEST_NAME=hyku_test
FCREPO_HOST=fcrepo
FCREPO_PORT=8080
FEDORA_URL=http://fcrepo:8080/rest
HYKU_ACTIVE_JOB_QUEUE_URL=sidekiq
HYRAX_ACTIVE_JOB_QUEUE=sidekiq
HYRAX_FITS_PATH=/app/fits/fits.sh
INITIAL_ADMIN_PASSWORD=testing123
INITIAL_USER_PASSWORD=testing123
IN_DOCKER=true
LD_LIBRARY_PATH=/opt/fits/tools/mediainfo/linux
MODESHAPE_CONFIG=classpath:/config/jdbc-postgresql/repository.json
PASSENGER_APP_ENV=development
RAILS_LOG_TO_STDOUT=true
REDIS_HOST=redis
ROB_PASSWORD=testing123
SECRET_KEY_BASE=asdf
SOLR_ADMIN_PASSWORD=SolrRocks
SOLR_ADMIN_USER=solr
SOLR_CLOUD_BOOTSTRAP=yes
SOLR_COLLECTION=hydra-development
SOLR_COLLECTION_NAME=hydra-development
SOLR_CONFIGSET_NAME=hyku
SOLR_ENABLE_AUTHENTICATION=yes
SOLR_ENABLE_CLOUD_MODE=yes
SOLR_HOST=solr
SOLR_PORT=8983
SOLR_URL="http://solr:SolrRocks@solr:8983/solr/"
SUPPORT_PASSWORD=testing123
TEST_USER_PASSWORD=testing123
ZK_HOST=zoo:2181
# 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
# Comment out these 2 for multi tenancy / Uncomment for single
HYKU_ROOT_HOST=hyku.test
HYKU_MULTITENANT=false
HYKU_BULKRAX_ENABLED=true
# uncomment ENV vars set for Randy/non-docker setup
# HYKU_CACHE_ROOT=/home/deploy/hyku/tmp/cache
# HYKU_SSL_CONFIGURED=true