summaryrefslogtreecommitdiff
path: root/config/gitlab_ci.yml.example.development
diff options
context:
space:
mode:
Diffstat (limited to 'config/gitlab_ci.yml.example.development')
-rw-r--r--config/gitlab_ci.yml.example.development19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/gitlab_ci.yml.example.development b/config/gitlab_ci.yml.example.development
new file mode 100644
index 00000000000..d23c4daf464
--- /dev/null
+++ b/config/gitlab_ci.yml.example.development
@@ -0,0 +1,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