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

default_no_additional_properties.json « negative_tests « json_tests « ci « schema « editor « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 955c19ef1ab9e20736e18850b79d04d8f7dcd09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "default": {
    "secrets": {
      "DATABASE_PASSWORD": {
        "vault": "production/db/password"
      }
    },
    "environment": {
      "name": "test"
    }
  }
}