terminalEnvironment Variables

Important runtime variables for auth, trading, and logging.

DragonClaw supports environment-driven configuration.

Use environment variables for secrets and deployment-specific overrides.

Common variables

DRAGONCLAW_GATEWAY_TOKEN=change-me
BINANCE_API_KEY=your-key
BINANCE_API_SECRET=your-secret
LOG_LEVEL=info

Guidance

  • Keep secrets out of committed config files

  • Use a different gateway token per environment

  • Only set Binance keys on systems allowed to trade

  • Keep verbose logging off in production unless debugging

Last updated