aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi-v2/src/test/resources/http/http-client.env.json
blob: c78a169cfdc539f3e22bc064a5707a2fba7bd836 (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
37
38
39
40
41
42
43
44
45
{
  "localhost": {
    "baseUrl": "http://localhost:9000",
    "sonar": {
      "token": "TODO: Replace with your SonarQube token in a private configuration file",
      "tokenNoPermissions": "TODO: Replace with your SonarQube token in a private configuration file"
    },
    "github": {
      "token": "TODO: Replace with your GitHub token in a private configuration file",
      "repo": {
        "slug": "jc-infinite-repos/jc-infinite-repos-3600",
        "url": "https://github.com/jc-infinite-repos/jc-infinite-repos-3600",
        "httpsUrl": "https://github.com/jc-infinite-repos/jc-infinite-repos-3600.git",
        "sshUrl": "git@github.com:jc-infinite-repos/jc-infinite-repos-3600.git"
      }
    },
    "gitlab": {
      "token": "TODO: Replace with your GitLab token in a private configuration file",
      "repo": {
        "slug": "julien.camus1/ror-boilerplate",
        "url": "https://gitlab.com/julien.camus1/ror-boilerplate",
        "httpsUrl": "https://gitlab.com/julien.camus1/ror-boilerplate.git",
        "sshUrl": "git@gitlab.com:julien.camus1/ror-boilerplate.git"
      }
    },
    "azure": {
      "token": "TODO: Replace with your Azure token in a private configuration file",
      "repo": {
        "slug": null,
        "url": "https://dev.azure.com/juliencamus/test/_git/test1",
        "httpsUrl": "https://juliencamus@dev.azure.com/juliencamus/test/_git/test1",
        "sshUrl": "git@ssh.dev.azure.com:v3/juliencamus/test/test1"
      }
    },
    "bitbucket": {
      "token": "TODO: Replace with your Bitbucket token in a private configuration file",
      "repo": {
        "slug": "sonar-pk-test/sonarlint-onsite-exercise",
        "url": "https://bitbucket.org/sonar-pk-test/sonarlint-onsite-exercise",
        "httpsUrl": "https://juliencamus@bitbucket.org/sonar-pk-test/sonarlint-onsite-exercise.git",
        "sshUrl": "git@bitbucket.org:sonar-pk-test/sonarlint-onsite-exercise.git"
      }
    }
  }
}