diff options
author | Valery Sizov <vsv2711@gmail.com> | 2016-01-07 10:54:29 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2016-01-07 10:54:29 +0200 |
commit | 8c8b8978cff03344d0331d3bfae4dfa1bedf37af (patch) | |
tree | b30a7722aa687b00bd9b358e79efe1521b2dac37 /config | |
parent | aacc700c4aa6cfce1db1d09b9029f2e63c0f13b6 (diff) | |
download | gitlab-ce-elasticsearch.tar.gz |
elastic: almost all integrated exept view logicelasticsearch
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 16e92ac7080..96a77d7250b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -136,6 +136,11 @@ production: &base # The location where LFS objects are stored (default: shared/lfs-objects). # storage_path: shared/lfs-objects + ## Elasticsearch (EE only) + elasticsearch: + host: localhost + port: 9200 + ## GitLab Pages pages: enabled: false |