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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-02-28 23:09:34 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-02-28 23:09:34 +0300
commit8af23def1d6450420d06b8de54d23311a978de20 (patch)
tree5da743be888022a197e2555bbcd12076a9ca3633 /config/gitlab.yml.example
parent54a575f1bbba44573ab92dc58a4242f1ee734c5d (diff)
Revert "Merge branch '3867-port-to-ce' into 'master'"
This reverts commit 54a575f1bbba44573ab92dc58a4242f1ee734c5d, reversing changes made to c63af942e5baf7849a94fa99da8494bcba28e3f8.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 33230b9355d..25f4085deb2 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -152,12 +152,6 @@ production: &base
# The location where LFS objects are stored (default: shared/lfs-objects).
# storage_path: shared/lfs-objects
- ## Uploads (attachments, avatars, etc...)
- uploads:
- # The location where uploads objects are stored (default: public/).
- # storage_path: public/
- # base_dir: uploads/-/system
-
## GitLab Pages
pages:
enabled: false
@@ -650,8 +644,6 @@ test:
enabled: false
artifacts:
path: tmp/tests/artifacts
- uploads:
- storage_path: tmp/tests/public
gitlab:
host: localhost
port: 80