From 11f0987eb69b28c85dd4eeb00fc0dd96f30771e4 Mon Sep 17 00:00:00 2001 From: mwcm17 Date: Tue, 12 Feb 2019 10:38:40 -0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1a118ad..364153ed 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ After this setup, open the configuration files inside the project repository and * config/database.yml: change your postgres credentials for development and test environment. * config/dspace.yml: change your dspace host and credentials for development and test environment. * config/sidekiq.yml: change your redis hosts and ports. + * config/initializers/elasticsearch.rb: inside elsif Rails.env.test? change url 'elasticsearch:9200' to 'localhost:9200'. * config/initializers/gitlab.rb: change your gitlab host for bug reports and set env var with private token. ( $ export GITLAB_PORTALMEC_PRIVATE_TOKEN=131237128937128937 ) -- GitLab