diff --git a/platelink.dev.domain.json b/platelink.dev.domain.json new file mode 100644 index 00000000..550d7d34 --- /dev/null +++ b/platelink.dev.domain.json @@ -0,0 +1,48 @@ +{ + "providerId": "platelink.dev", + "providerName": "Platelink", + "serviceId": "domain", + "serviceName": "Platelink Custom Domain [DEV]", + "version": 1, + "logoUrl": "https://stage-hub.platelink.ai/logo.svg", + "description": "Enables domains and subdomains to work with Platelink", + "syncPubKeyDomain": "signingkey.platelink.ai", + "syncRedirectDomain": "dev-customer.platelink.ai, stage-customer.platelink.ai, live-customer.platelink.ai, dev-hub.platelink.ai, stage-hub.platelink.ai", + "records": [ + { + "groupId": "root-domain", + "type": "A", + "host": "@", + "pointsTo": "%ip1%", + "ttl": 300 + }, + { + "groupId": "root-domain", + "type": "CNAME", + "host": "www.%domain%", + "pointsTo": "%prefix%.platelink.ai", + "ttl": 300 + }, + { + "groupId": "root-domain", + "type": "TXT", + "host": "_platelink.%domain%", + "data": "%verification_token%", + "ttl": 3600 + }, + { + "groupId": "subdomain", + "type": "CNAME", + "host": "%customSubdomain%.%domain%", + "pointsTo": "%prefix%.platelink.ai", + "ttl": 300 + }, + { + "groupId": "subdomain", + "type": "TXT", + "host": "_platelink.%customSubdomain%.%domain%", + "data": "%verification_token%", + "ttl": 3600 + } + ] +} \ No newline at end of file