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: 1643525db546659cfec66bfec242ff8767c6d5ab (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",
      "Certificate": "key"
    }
  ]
}