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 10, 2023
2 parents d31c642 + a1c5bc4 commit 475ebb0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions goentri.com.bigcartel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "bigcartel",
"serviceName": "Bigcartel",
"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": "subdomain is the subdomain the user will create, webSitePointsTo is to where the www subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "%webSitePointsTo%",
"groupId": "a1",
"ttl": 3600
},
{
"groupId": "a1",
"type": "REDIR301",
"target": "%target%",
"host": "@"
},
{
"type": "CNAME",
"host": "%subdomain%",
"groupId": "a2",
"pointsTo": "%webSitePointsTo%",
"ttl": 3600
}
]
}

0 comments on commit 475ebb0

Please sign in to comment.