{% extends "base.html" %} {% block title %}Domains — Settings{% endblock %} {% block content %}
| Domain | Type | Status | TLS | |
|---|---|---|---|---|
| {{ d.domain }} | {{ d.kind }} {% if d.is_primary %} primary {% endif %} | {% if d.verified %} Verified {% else %} Pending DNS {% endif %} | {{ d.tls_status }} | {% if not d.is_primary and d.kind == 'custom' %} {% endif %} |
|
DNS Verification required for {{ d.domain }} Add one of these DNS records at your DNS provider, then contact support to activate:
Option A — TXT record
Name: _jqc-verify.{{ d.domain }}Value: jqc-verify={{ d.verification_token }}
Option B — CNAME record Name: {{ d.domain }}Value: {{ tenant_slug }}.{{ base_domain }}
|
||||
| No domains configured. | ||||
Enter the custom domain you want to use (e.g. jqc.yourcompany.com).
You'll need to add a DNS record to verify ownership before it goes live.