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

gitlab_ci.yml.example.development « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d23c4daf46417fc283be642acc92888dd96b7b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
development:
  gitlab_server:
    url: 'http://localhost:3000' 
    app_id: ''
    app_secret: ''

  gitlab_ci:
    host: localhost
    port: 9000
    https: false
test:
  gitlab_server:
    url: 'http://demo.gitlab.com/' 
    app_id: ''
    app_secret: ''
  gitlab_ci:
    host: localhost
    port: 80
    https: false