-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathenv_example
128 lines (98 loc) · 3.67 KB
/
env_example
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Example .env file
# Make a copy of this file named ".env" and fill out the properties
# Note: The .env file should _not_ be checked in to Git!
# File containing server-specific Rails environment variables.
# Do not check into Git!
# --- config/blacklight.yml
SOLR_URL=http://localhost:8983/solr/fedora4
# --- config/fcrepo.rb
FCREPO_BASE_URL=http://localhost:8080/rest
# JWT auth token with user "archelon" and role "fedoraAdmin"
FCREPO_AUTH_TOKEN=
# --- config/iiif.rb
# base URL of the IIIF server (which serves the manifests, images, and viewer)
IIIF_BASE_URL=https://iiiflocal/
# version of the Mirador Static Viewer
MIRADOR_STATIC_VERSION = '1.3.0'
# Base URL for retrieving files via download urls.
# This should include the entire URL except for the token
RETRIEVE_BASE_URL=http://archelon-local:3000/retrieve/
# The base URL (including a trailing slash) for the handle proxy server
# associated with this application.
# For example: "https://hdl-test.lib.umd.edu/"
HANDLE_HTTP_PROXY_BASE=
# --- config/ldap.yml
# LDAP Authentication Credentials
LDAP_HOST=
LDAP_PORT=
LDAP_BIND_DN=
LDAP_BIND_PASSWORD=
# fcrepo_audit database connection
AUDIT_DATABASE_NAME=fcrepo_audit
AUDIT_DATABASE_HOST=localhost
AUDIT_DATABASE_PORT=5432
AUDIT_DATABASE_USERNAME=archelon
AUDIT_DATABASE_PASSWORD=archelon
# ActiveMQ/Stomp protocol configuration
# This is used to send export jobs and receive notifications
# when an export job is complete
# -- config/stomp.yml
STOMP_HOST=
STOMP_PORT=
# Used by the STOMP listener to generate the URL of the Archelon web application
# for triggering updates to import/export job status
# Should be the root URL of the Archelon Rails application. For example, for
# local development: http://archelon-local:3000/
ARCHELON_URL=
# --- config/database.yml
# (Production only - not needed for local development)
# The type of database
ARCHELON_DATABASE_ADAPTER=postgresql
# The name of the database
ARCHELON_DATABASE_NAME=archelon
# The encoding to use
ARCHELON_DATABASE_ENCODING=utf8
# The username used to connect to the database
ARCHELON_DATABASE_USERNAME=archelon
# The password used to connect to the database
ARCHELON_DATABASE_PASSWORD=
# The host for the database
ARCHELON_DATABASE_HOST=
# The port for the database
ARCHELON_DATABASE_PORT=5432
# Pool size
ARCHELON_DATABASE_POOL=10
# --- config/ssl.yml
# Used when retrieving export packages from fcrepo.
# These should point to an SSL client cert that has:
# - read permissions to the /exports container
FCREPO_CLIENT_CERT=
FCREPO_CLIENT_KEY=
# --- config/vocabularies.yml
# Base URI for the controlled vocabulary terms
VOCAB_LOCAL_AUTHORITY_BASE_URI=http://vocab.lib.umd.edu/
# The maximum allowed binaries export download size, in bytes
MAX_ALLOWED_BINARIES_DOWNLOAD_SIZE=53687091200
# --- config/application.rb
# Set this if you need to change the default logging level of "info"
# RAILS_LOG_LEVEL=debug
# Production environment variables
# The following environment variables are typically only set when using
# the application in a "production" environment
# --- config/environments/*.rb
# Serve static files only if this env var is defined
# RAILS_SERVE_STATIC_FILES=true
# --- config/secrets.yml
# SECRET_KEY_BASE=
# --- config/imports.yml
# IMPORT_BINARIES_DIR=/data/imports
# IMPORT_BINARIES_BASE_LOCATION=zip+sftp://plastron@archelondev.lib.umd.edu/imports
# -- config/exports.yml
# EXPORT_DIR=/data/exports
# EXPORT_BASE_DESTINATION=sftp://plastron@archelondev.lib.umd.edu/exports
# --- config/initializers/plastron.rb
# Base URL of the Plastron REST endpoint
PLASTRON_REST_BASE_URL=http://localhost:5000/
# Public key from Plastron server for SFTP transfers
# Optional for local development, required for production
PLASTRON_PUBLIC_KEY=