forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrimble.io.domain.json
More file actions
29 lines (29 loc) · 817 Bytes
/
Copy pathbrimble.io.domain.json
File metadata and controls
29 lines (29 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"providerId": "brimble.io",
"providerName": "Brimble",
"serviceId": "domain",
"serviceName": "Custom Domain",
"version": 1,
"logoUrl": "https://www.brimble.io/favicon.ico",
"description": "Point your custom domain to Brimble so it can serve your project.",
"variableDescription": "%cnameTarget%: Brimble gateway hostname for subdomain CNAME records. %ip%: Brimble A record IP for apex domains.",
"syncPubKeyDomain": "brimble.io",
"syncRedirectDomain": "brimble.io,brimble.app,app.brimble.io",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"groupId": "subdomain",
"host": "@",
"pointsTo": "%cnameTarget%",
"ttl": 3600
},
{
"type": "A",
"groupId": "apex",
"host": "@",
"pointsTo": "%ip%",
"ttl": 3600
}
]
}