diff --git a/peach.build.hosting.json b/peach.build.hosting.json new file mode 100644 index 00000000..962fc88a --- /dev/null +++ b/peach.build.hosting.json @@ -0,0 +1,18 @@ +{ + "providerId": "peach.build", + "providerName": "Peach", + "serviceId": "hosting", + "serviceName": "Peach 3D Experience Hosting", + "version": 1, + "logoUrl": "https://www.peach.build/peach-logo.svg", + "description": "Connects your domain to your published Peach experience (www CNAME to Peach's edge; SSL is issued automatically).", + "variableDescription": "No variables — the record targets Peach's fixed customer CNAME endpoint.", + "records": [ + { + "type": "CNAME", + "host": "www", + "pointsTo": "domains.peach.build", + "ttl": 3600 + } + ] +}