mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
20 lines
320 B
Plaintext
20 lines
320 B
Plaintext
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
|