summaryrefslogtreecommitdiff
path: root/gitlab-server/usr/share/gitlab-install/gitlab-ci/config/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-server/usr/share/gitlab-install/gitlab-ci/config/application.yml')
-rw-r--r--gitlab-server/usr/share/gitlab-install/gitlab-ci/config/application.yml43
1 files changed, 0 insertions, 43 deletions
diff --git a/gitlab-server/usr/share/gitlab-install/gitlab-ci/config/application.yml b/gitlab-server/usr/share/gitlab-install/gitlab-ci/config/application.yml
deleted file mode 100644
index 6eb5eb19..00000000
--- a/gitlab-server/usr/share/gitlab-install/gitlab-ci/config/application.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-defaults: &defaults
- gitlab_server_urls:
- # Replace with your gitlab server url
- - 'http://##GITLAB_HOSTNAME##/'
-
- ## Gitlab CI settings
- gitlab_ci:
- ## Web server settings
- host: ##GITLAB_HOSTNAME##
- port: ##CI_PORT##
- https: false
-
- ## Email settings
- # Email address used in the "From" field in mails sent by GitLab-CI
- email_from: gitlab-ci@localhost
-
- # Email address of your support contact (default: same as email_from)
- support_email: support@localhost
-
- # Default project notifications settings:
- #
- # Send emails only on broken builds (default: true)
- # all_broken_builds: true
- #
- # Add committer to recipients list (default: false)
- # add_committer: true
-
- gravatar:
- enabled: true
- plain_url: "http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm"
- ssl_url: "https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm"
-
-
-development:
- <<: *defaults
-
-test:
- <<: *defaults
- gitlab_server_urls:
- - 'http://demo.gitlab.com/'
-
-production:
- <<: *defaults