Skip to content

Commit

Permalink
changing variable name (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Aug 4, 2023
2 parents bc13e84 + 244293b commit 6d08e26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions goentri.com.mixo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"providerName": "Entri",
"serviceId": "mixo",
"serviceName": "Mixo",
"version": 4,
"version": 5,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "host_txt is the host for each TXT record,txt is the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME",
"variableDescription":"hosttxt is the host for each TXT record,txt is the value for TXT record, hostcname is the host for the CNAME record and valuecname is the value to point CNAME",
"sharedProviderName": true,
"records": [
{
Expand Down Expand Up @@ -42,12 +42,12 @@
"type": "TXT",
"host": "%hosttxt3%",
"groupId": "a3",
"data": "%txt2%",
"data": "%txt3%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%hostcname%",
"host": "%hostcname3%",
"groupId": "a3",
"pointsTo": "%valuecname3%",
"ttl": 3600
Expand Down

0 comments on commit 6d08e26

Please sign in to comment.