Environment Variables

Environment variable configuration for Exposr.

Current support

Exposr v0.4 primarily uses file-based configuration (~/.exposr/config.json) and CLI flags. Environment variable support is minimal in the current version.

Configuration is managed through:

  • ~/.exposr/config.json — Server address and settings
  • ~/.exposr/agent_token.txt — Agent authentication token
  • CLI flags (--server-host, etc.) — Per-run overrides

Planned environment variables

Experimental
Environment variable configuration is a planned feature. The following variables are not yet implemented.
bash
# Planned (not yet implemented)
EXPOSR_SERVER_HOST=20.198.81.254
EXPOSR_CONTROL_PORT=9000
EXPOSR_DATA_PORT=9001
EXPOSR_AGENT_TOKEN=your-token-here