Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions baselayerai.io.website.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"providerId": "baselayerai.io",
"providerName": "Base Layer",
"serviceId": "website",
"serviceName": "Base Layer Website",
"version": 2,
"logoUrl": "https://try.baselayerai.io/baselayer-favicon.png",
"description": "Connects a domain to the customer's Base Layer website",
"variableDescription": "vercelverify is the domain ownership verification token for the underlying hosting platform (record value becomes vc-domain-verify=<token>). Only applied when the verify group is requested.",
"syncPubKeyDomain": "baselayerai.io",
"syncRedirectDomain": "baselayerai.io",
"records": [
{
"type": "A",
"groupId": "apex",
"host": "@",
"pointsTo": "76.76.21.21",
"ttl": 600
},
{
"type": "CNAME",
"groupId": "www",
"host": "www",
"pointsTo": "cname.vercel-dns.com",
"ttl": 600
},
{
"type": "TXT",
"groupId": "verify",
"host": "_vercel",
"data": "vc-domain-verify=%vercelverify%",
"ttl": 600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "vc-domain-verify=",
"essential": "OnApply"
}
]
}
Loading