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

test.gitlab.io.json « testdata « client « gitlab « source « internal - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 923c73440ce2ee219fa718a320b51aa5ecfccdcd (plain)
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
30
31
32
33
34
35
36
{
    "certificate": "some--cert",
    "key": "some--key",
    "lookup_paths": [
        {
            "access_control": false,
            "https_only": true,
            "prefix": "/my/pages/project",
            "project_id": 123,
            "source": {
                "path": "/some/path/to/project/",
                "type": "file"
            }
        },
        {
            "access_control": false,
            "https_only": true,
            "prefix": "/my/second-project",
            "project_id": 124,
            "source": {
                "path": "/some/path/to/project-2/",
                "type": "file"
            }
        },
        {
            "access_control": false,
            "https_only": true,
            "prefix": "/",
            "project_id": 125,
            "source": {
                "path": "/some/path/to/project-3/",
                "type": "file"
            }
        }
    ]
}