forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathany.market.store.json
More file actions
31 lines (31 loc) · 842 Bytes
/
Copy pathany.market.store.json
File metadata and controls
31 lines (31 loc) · 842 Bytes
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
{
"providerId": "any.market",
"providerName": "Any Market",
"serviceId": "store",
"serviceName": "Store Custom Domain",
"version": 2,
"logoUrl": "https://us.any.market/icons/logo.svg",
"description": "Connect customer's domain to their Any Market store hosted on Vercel",
"syncRedirectDomain": "any.market",
"syncPubKeyDomain": "any.market",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "216.150.1.1",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "cname.vercel-dns.com",
"ttl": 3600
},
{
"type": "TXT",
"host": "_any-market-verify",
"data": "%verificationToken%",
"ttl": 3600
}
]
}