Comrade
  • Introduction
  • Installation
    • Using Docker
    • Using pip
    • From Source
  • Configuration
    • Cluster Discovery
    • Parameters and Environment Variables
  • Development
  • Screens
    • Main Screen
      • Index Settings
    • REST
  • Other
    • Contributing
    • Changelog
    • Roadmap
Powered by GitBook
On this page

Was this helpful?

  1. Configuration

Parameters and Environment Variables

Comrade can be configured via env variables and command line parameters

Command Line Parameter

Environment Variable

Description

--host

COMRADE_HOST

Host to bind to, defaults to 0.0.0.0

--port

COMRADE_PORT

Port to listen on, defaults to 8000

--debug

COMRADE_DEBUG

Run server in debug

--cert

COMRADE_CERT

Path to cert file

--key

COMRADE_KEY

Path to key file

--clusters-dir

COMRADE_CLUSTERS_DIR

Path to your clusters dir

PreviousCluster DiscoveryNextDevelopment

Last updated 5 years ago

Was this helpful?