Administration

Control Center

Manage users, configuration, and audit trails.

Users

Create User

Configuration Editor

What is this? This is a live key/value store that overrides environment variables without restarting the server. Values you save here take effect immediately for all email, LLM, and feature settings. Most settings are easier to manage from the Settings page — use this editor for advanced or undocumented keys.

The editor shows the raw JSON object. Edit values in-place and click Save Configuration. Each top-level key maps to one setting.

Available Keys

These keys are recognised by NovaMeet. String values must be quoted. Numbers and booleans must not be quoted.

Key Description
Email — SMTP
smtp_hostSMTP server hostname
smtp_portPort — usually 587 (STARTTLS) or 465 (SSL)
smtp_userSMTP login username
smtp_passSMTP login password
smtp_from_nameDisplay name in the From header
smtp_from_emailFrom email address
Email — Gmail OAuth
gmail_client_idGoogle OAuth client ID
gmail_client_secretGoogle OAuth client secret
gmail_refresh_tokenSet automatically after Authorize Gmail
LLM / AI
llm_provideropenai · anthropic · ollama · xai · openai_compat
llm_modelModel name, e.g. gpt-4o
llm_api_keyProvider API key
llm_base_urlBase URL for Ollama / OpenAI-compat
llm_max_tokensToken limit for AI responses (number)
System
allow_signuptrue or false — allow self-registration
pii_migration_doneSet by the PII encryption migration, do not edit
Tip: Settings from this table override the .env file. Changes take effect immediately — no restart needed.

Audit Log

Storage Management

Loading…