Skip to content

Commit

Permalink
Merge branch 'master' into Entri-Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyndearaujo-goentri authored Jul 12, 2023
2 parents 2d27d49 + 8b4c6d7 commit b96bc64
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
23 changes: 23 additions & 0 deletions goentri.com.hotmart-subdomains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "hotmart-subdomains",
"serviceName": "Hotmart Subdomains",
"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": "cnamePointsTo is the URL to where the subdomain is pointed",
"sharedProviderName": true,
"hostRequired": false,
"records": [

{
"type": "CNAME",
"host": "www",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
}
]
}
28 changes: 28 additions & 0 deletions goentri.com.hotmart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"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": "@",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
}
]
}

0 comments on commit b96bc64

Please sign in to comment.