Skip to content

Commit

Permalink
Updates format configuration (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbastn committed May 18, 2020
1 parent 9cba14b commit 7c65f59
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions services/format/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,29 @@
"config": {
"name": "format",
"label": "format",
"description": "format is an online portfolio platform for professionally showcasing your work.",
"default-subdomain": "www",
"description": "The online portfolio photographers choose to showcase their work and grow their business.",
"category": "hosting"
},
"fields": [
{
"name": "site",
"label": "Format Address",
"description": "The Format Address field configured at Format.com",
"append": ".format.com",
"example": "my-site"
}
],
"records": [
{
"type": "CNAME",
"content": "format.com",
"name": "www",
"content": "{{site}}.format.com",
"ttl": 3600
},
{
"type": "URL",
"name": "",
"content": "http://www.{{domain}}",
"ttl": 3600
}
]
Expand Down
Binary file modified services/format/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c65f59

Please sign in to comment.