Skip to content

Commit

Permalink
Create goentri.com.hotmart.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyndearaujo-goentri committed Jul 10, 2023
1 parent f00d5b1 commit d31c642
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions goentri.com.hotmart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "hotmart",
"serviceName": "Hotmart",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "primaryIp is the IP, cnamehost is the host for the CNAME and cnamePointsTo is the URL to where the subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"groupId": "a1",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%cnamehost%",
"groupId": "a2",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
}
]
}

0 comments on commit d31c642

Please sign in to comment.