Platform Settings
The Platform Settings category contains general configuration options that control how your Hawkra instance identifies itself and communicates with users.
Settings Reference
Platform Name
| Key | platform_name |
| Type | String |
| Default | Hawkra |
| Encrypted | No |
The display name of your Hawkra instance shown throughout the user interface. You can customize this to match your organization's branding or to distinguish between multiple deployments (e.g., "Hawkra - Production" or "ACME Security Platform").
Support Email
| Key | support_email |
| Type | String |
| Default | Empty |
| Encrypted | No |
The contact email address displayed to users when they need support or encounter errors. Set this to your security team's email address or a shared mailbox that handles platform inquiries.
Configuration via Environment Variables
Both settings can also be configured through environment variables, which take priority over values set in the admin dashboard:
| Setting | Environment Variable |
|---|---|
| Platform Name | PLATFORM_NAME |
| Support Email | SUPPORT_EMAIL |
If you operate multiple Hawkra instances (e.g., separate environments for different teams or clients), setting a distinct platform name on each instance helps users identify which instance they are working in.