Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions peach.build.hosting.json
Original file line number Diff line number Diff line change
@@ -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.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-consider using syncPubKeyDomain.
Yes, the template has no variables but still some providers require it by policy and the templates need to be updated.

"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "domains.peach.build",
"ttl": 3600
}
]
}
Loading