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_host | SMTP server hostname |
smtp_port | Port — usually 587 (STARTTLS) or 465 (SSL) |
smtp_user | SMTP login username |
smtp_pass | SMTP login password |
smtp_from_name | Display name in the From header |
smtp_from_email | From email address |
| Email — Gmail OAuth | |
gmail_client_id | Google OAuth client ID |
gmail_client_secret | Google OAuth client secret |
gmail_refresh_token | Set automatically after Authorize Gmail |
| LLM / AI | |
llm_provider | openai · anthropic · ollama · xai · openai_compat |
llm_model | Model name, e.g. gpt-4o |
llm_api_key | Provider API key |
llm_base_url | Base URL for Ollama / OpenAI-compat |
llm_max_tokens | Token limit for AI responses (number) |
| System | |
allow_signup | true or false — allow self-registration |
pii_migration_done | Set 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…