forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcanva.com.website.json
More file actions
31 lines (31 loc) · 787 Bytes
/
Copy pathcanva.com.website.json
File metadata and controls
31 lines (31 loc) · 787 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":"canva.com",
"providerName":"Canva",
"serviceId":"website",
"serviceName":"Canva Websites",
"syncPubKeyDomain":"domainconnect.canva.com",
"version": 2,
"logoUrl": "https://static.canva.com/static/images/canva_logo_100x100@2x.png",
"description":"Enables a domain to work with Canva",
"variableDescription":"verify is the verification value for the site",
"records":[
{
"type":"A",
"host":"@",
"pointsTo":"103.169.142.0",
"ttl":300
},
{
"type":"A",
"host":"www",
"pointsTo":"103.169.142.0",
"ttl":300
},
{
"type":"TXT",
"host": "_canva-domain-verify",
"data": "%verify%",
"ttl":300
}
]
}