chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:07 -08:00
parent 6c4555cebd
commit 89b82cdadb
883 changed files with 78752 additions and 18180 deletions

32
.env.example Normal file
View File

@@ -0,0 +1,32 @@
# 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.