forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclerk.com.app.json
More file actions
47 lines (47 loc) · 1.07 KB
/
clerk.com.app.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"providerId": "clerk.com",
"providerName": "Clerk",
"serviceId": "app",
"serviceName": "Clerk Application",
"version": 1,
"description": "Enables a domain to work with Clerk",
"syncPubKeyDomain": "domainconnect.dashboard.clerk.com",
"syncRedirectDomain": "dashboard.clerk.com",
"records": [
{
"type":"CNAME",
"groupId": "auth",
"host": "clerk",
"pointsTo": "frontend-api.clerk.services",
"ttl":3600
},
{
"type":"CNAME",
"groupId": "auth",
"host": "accounts",
"pointsTo": "accounts.clerk.services",
"ttl":3600
},
{
"type":"CNAME",
"groupId": "mail",
"host": "clk._domainkey",
"pointsTo": "dkim1.%mailtoken%.clerk.services",
"ttl":3600
},
{
"type":"CNAME",
"groupId": "mail",
"host": "clk2._domainkey",
"pointsTo": "dkim2.%mailtoken%.clerk.services",
"ttl":3600
},
{
"type":"CNAME",
"groupId": "mail",
"host": "clkmail",
"pointsTo": "mail.%mailtoken%.clerk.services",
"ttl":3600
}
]
}