EddytorDocs & API

03 · Configure

Operator-facing configuration knobs and secrets.

Eddytor's settings split cleanly in two: non-secret operator settings live in config.toml, and secrets live in environment variables. This section covers both, plus the boundary concerns - CORS, TLS, SMTP - and protecting the one secret you can't lose.

In this section

Heads up

Config is read at boot, not hot-reloaded. Restart the server (docker compose restart, or roll the deployment) after changing config.toml or env.

On this page