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

new-source-test.gitlab.io.json « lookups « shared - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0332b6c2bda0351ba1d61d631d94bea87d7d2d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "certificate": "",
    "key": "",
    "lookup_paths": [
        {
            "access_control": false,
            "https_only": false,
            "prefix": "/my/pages/project",
            "project_id": 123,
            "source": {
                "path": "/group/new-source-test.gitlab.io/public",
                "type": "file"
            }
        }
    ]
}