Skip to content

Commit

Permalink
Create goentri.com.bily_ai.json (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Nov 15, 2023
2 parents 08e1d4f + c38a9de commit 587d41c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions goentri.com.bily_ai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "bily_ai",
"serviceName": "Bily_ai",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to point domain to the website",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "hostDomain is the host for the CNAME, pointstoDomain is the value for the CNAME, hostTxt the host for TXT and verificationTxt is the verification code",
"sharedProviderName": true,
"records": [
{
"type": "CNAME",
"host": "%hostDomain%",
"groupId": "a1",
"pointsTo": "%pointstoDomain%",
"ttl": 3600
},
{
"type": "TXT",
"host": "%hostTxt%",
"groupId": "a2",
"data": "%verificationTxt%",
"ttl": 3600
}
]
}

0 comments on commit 587d41c

Please sign in to comment.