Configuration
Config File
The daemon stores configuration in ~/.adhdev/config.json:
json
{
"connectionToken": "your-cloud-token",
"serverUrl": "https://api.adhf.dev"
}Environment Variables
| Variable | Description | Default |
|---|---|---|
ADHDEV_PORT | HTTP server port | 3847 |
ADHDEV_HOST | Bind address | localhost |
ADHDEV_TOKEN | Authentication token | none |
ADHDEV_SERVER_URL | Cloud server URL | https://api.adhf.dev |
ADHDEV_LOG_LEVEL | Log verbosity (debug/info/warn/error) | info |
Log Files
Daemon logs are stored in ~/.adhdev/logs/:
daemon-YYYY-MM-DD.log— daily rotating log file- Logs are also printed to stdout when running in foreground
Provider Directory
Custom providers are loaded from:
~/.adhdev/providers/— user-installed providers- Built-in providers are bundled with the daemon
