33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
# DBIS Core - Environment Variables
|
|
# Copy to .env and set values. Do not commit .env.
|
|
# See: reports/API_KEYS_REQUIRED.md for sign-up URLs
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# API / Server
|
|
# ----------------------------------------------------------------------------
|
|
# PORT=3000
|
|
# NODE_ENV=development
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Alerts & Monitoring (alert.service)
|
|
# ----------------------------------------------------------------------------
|
|
SLACK_WEBHOOK_URL=
|
|
PAGERDUTY_INTEGRATION_KEY=
|
|
EMAIL_ALERT_API_URL=
|
|
EMAIL_ALERT_RECIPIENTS=
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# OTC (Crypto.com)
|
|
# ----------------------------------------------------------------------------
|
|
CRYPTO_COM_API_KEY=
|
|
CRYPTO_COM_API_SECRET=
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Other (add as needed from dbis_core code)
|
|
# ----------------------------------------------------------------------------
|
|
CHAIN138_RPC_URL=https://rpc-core.d-bis.org
|
|
# ADMIN_CENTRAL_API_KEY=
|
|
# VAULT_ROOT_TOKEN=
|
|
# DBIS_SALES_EMAIL=
|
|
# etc.
|