diff --git a/weebly.com.website.json b/weebly.com.website.json new file mode 100644 index 00000000..3ec2818d --- /dev/null +++ b/weebly.com.website.json @@ -0,0 +1,26 @@ +{ + "providerId": "weebly.com", + "providerName": "Weebly", + "serviceId": "website", + "serviceName": "Weebly site", + "version": 1, + "logoUrl": "https://cdn-uc.editmysite.com/checkout/assets/images/emails/weebly.png", + "description": "Enables a domain to work with Weebly.", + "variableDescription": "ip is the IP address of the server.", + "syncPubKeyDomain": "domainconnect.weebly.com", + "records": [ + { + "type": "A", + "host": "@", + "pointsTo": "%ip%", + "ttl": 3600 + }, + { + "type": "CNAME", + "host": "www", + "pointsTo": "@", + "ttl": 3600 + } + ] +} +