forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoentri.com.bigcartel.json
36 lines (36 loc) · 990 Bytes
/
goentri.com.bigcartel.json
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
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "bigcartel",
"serviceName": "Bigcartel",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "subdomain is the subdomain the user will create, webSitePointsTo is to where the www subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "%webSitePointsTo%",
"groupId": "a1",
"ttl": 3600
},
{
"groupId": "a1",
"type": "REDIR301",
"target": "%target%",
"host": "@"
},
{
"type": "CNAME",
"host": "%subdomain%",
"groupId": "a2",
"pointsTo": "%webSitePointsTo%",
"ttl": 3600
}
]
}