forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.adobe.com.stage.json
48 lines (48 loc) · 1012 Bytes
/
portfolio.adobe.com.stage.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
37
38
39
40
41
42
43
44
45
46
47
48
{
"providerId":"portfolio.adobe.com",
"providerName":"Adobe Portfolio",
"serviceId":"stage",
"serviceName":"Portfolio Stage Site",
"version":1,
"logoUrl": "https://www.domainconnect.org/wp-content/uploads/2019/10/adobe-portfolio-logo-300x54.png",
"description":"Enables a domain to work with Adobe Portfolio",
"syncRedirectDomain":"portfolio.ccpsx.com,www.pro2.dev0.be.lan",
"records":[
{
"type":"CNAME",
"host": "www",
"pointsTo":"@",
"ttl":600
},
{
"type":"TXT",
"host":"_portfolio",
"data": "verify=%uuid%",
"ttl":600
},
{
"type":"A",
"host":"@",
"pointsTo":"151.101.0.118",
"ttl":600
},
{
"type":"A",
"host":"@",
"pointsTo":"151.101.64.118",
"ttl":600
},
{
"type":"A",
"host":"@",
"pointsTo":"151.101.128.118",
"ttl":600
},
{
"type":"A",
"host":"@",
"pointsTo":"151.101.192.118",
"ttl":600
}
]
}