Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.json « group.test.io « group « pages « shared - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b9be1fdd1bfc7d37656c6c152ce58d075d51ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Domains": [
    {
      "Domain": "test.domain.com"
    },
    {
      "Domain": "my.test.io"
    },
    {
      "Domain": "other.domain.com",
      "Certificate": "test",
      "Key": "key"
    }
  ]
}