forked from CredentialEngine/CredentialRegistry
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
21 lines (15 loc) · 626 Bytes
/
.env
File metadata and controls
21 lines (15 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AWS_REGION=us-east-2
ENVELOPE_DOWNLOADS_BUCKET=envelope-downloads
POSTGRESQL_ADDRESS=localhost
POSTGRESQL_USERNAME=metadataregistry
POSTGRESQL_PASSWORD=metadataregistry
POSTGRESQL_DATABASE=metadataregistry_development
REDIS_URL=redis://localhost:6379/0
REDIS_POOL_SIZE=5
INTERNET_ARCHIVE_ACCESS_KEY=<YOUR-ACCESS-KEY>
INTERNET_ARCHIVE_SECRET_KEY=<YOUR-SECRET-KEY>
ENCRYPTED_PRIVATE_KEY_SECRET=<For the AES256-GCM algorithm, the key length should be 32+ bytes stored in the hex format (high nibble first)>
PRECALCULATE_DESCRIPTION_SETS_CONCURRENCY=1
NEW_RELIC_AGENT_ENABLED=true
NEW_RELIC_APP_NAME=
NEW_RELIC_LICENSE_KEY=