-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
79 lines (70 loc) · 2.18 KB
/
example.env
File metadata and controls
79 lines (70 loc) · 2.18 KB
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
APP_NAME=scholarspace
ADMIN_USER="admin@example.com"
ADMIN_PASSWORD="password"
SECRET_KEY_BASE="beefaroni"
RAILS_ENV=development
PUMA_ENV=development
# If both ALLOWED_HOSTS_REGEX and HOST_NAME are populated, both will be allowed
# ALLOWED_HOSTS_REGEX=/.*\.compute\.amazonaws\.com/
ALLOWED_HOSTS_REGEX=
HOST_NAME=
# Restart nginx after modifying HOST_NAME and/or ALLOWED_HOSTS_REGEX
BUNDLE_GEMFILE=Gemfile
# BUNDLE_PATH=/app/scholarspace/bundle
CH12N_TOOL=fits_servlet
CHROME_HEADLESS_MODE=true
DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL=true
DB_NAME=scholarspace
DB_HOST=postgres
DB_PASSWORD=hyrax_password
DB_PORT=5432
DB_USERNAME=hyrax_user
FITS_SERVLET_URL=http://fits:8080/fits
HUB_URL=http://chrome:4444/wd/hub
HYRAX_DERIVATIVES_PATH=/app/scholarspace/derivatives/
HYRAX_ENGINE_PATH=/app/scholarspace/hyrax-engine
HYRAX_UPLOAD_PATH=/app/scholarspace/uploads/
HYRAX_VALKYRIE=true
IN_DOCKER=true
KARMA_BROWSER=remote-chromium
KARMA_HOSTNAME=web
MEMCACHED_HOST=memcached
METADATA_DATABASE_NAME=scholarspace_metadata_development
RAILS_ROOT=/app/scholarspace
RAILS_LOG_TO_STDOUT=false
RAILS_QUEUE=sidekiq
REDIS_HOST=redis
REDIS_PASSWORD=sidekickin
REDIS_URL=redis://:sidekickin@redis:6379
SKIP_SELENIUM=
FEDORA_URL=http://fedoraAdmin:fedoraAdmin@fedora:8080/fcrepo/rest
SOLR_DEV_URL=http://solr:8983/solr/scholarspace_dev
SOLR_TEST_URL=http://solr:8983/solr/scholarspace_test
SOLR_PROD_URL=http://solr:8983/solr/scholarspace_prod
TB_RSPEC_OPTIONS="--format RspecJunitFormatter --out rspec.xml"
TB_RSPEC_FORMATTER=progress
VALKYRIE_METADATA_ADAPTER=fedora_metadata
VALKYRIE_STORAGE_ADAPTER=fedora_storage
POSTGRES_DB=scholarspace
POSTGRES_HOST_AUTH_METHOD=trust
POSTGRES_PASSWORD=hyrax_password
POSTGRES_USER=hyrax_user
# Google analytics
GOOGLE_ANALYTICS_ID=
GOOGLE_ANALYTICS_PROPERTY_ID=
GOOGLE_ACCOUNT_JSON=
ACCOUNT_JSON_PATH=
GOOGLE_OAUTH_APP_NAME=
GOOGLE_OAUTH_APP_VERSION=
GOOGLE_OAUTH_PRIVATE_KEY_PATH=
GOOGLE_OAUTH_PRIVATE_KEY_VALUE=
GOOGLE_OAUTH_CLINE_EMAIL=
# Useful for development but optional
# RAILS_MAX_THREADS=1
# SEED_TESTING_RECORDS=true
# For connecting Fedora to S3 storage
AWS_ACCESS_KEY=
AWS_SECRET_KEY=
S3_BUCKET_NAME=
# Optional -- for pointing Fedora to a specific path within a bucket
S3_PREFIX=