Namespaces/hco/hodis
MarkdownCommitsConfig

Hodis

Environment Variables

VariableDefaultRequiredDescription
PORT8080NoTCP port for the HTTP server
LOG_LEVELinfoNoLog filter level (debug, info, warn, error)
DB_PATHhodis.dbNoFilesystem path to the SQLite database file
API_KEY(auto-generated 64-char hex)NoSecret API key for authentication. Auto-generated at startup if empty
RESET_DB"" (false)NoSet to "true" to delete the database file on startup
ADMIN_USERNAMEadminNoUsername for HTTP Basic Auth on /admin/* endpoints
ADMIN_PASSWORDadminNoPassword for HTTP Basic Auth on /admin/* endpoints
RUST_LOGFalls back to LOG_LEVELNoStandard env_logger filter; overrides LOG_LEVEL if set
CARGO_PKG_VERSION(from Cargo.toml)AutomaticCompile-time crate version embedded in the startup banner