Skip to content

Commit

Permalink
Changed the elasticsearch cloud url
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharvold committed Dec 26, 2015
1 parent 0402123 commit 9cb8876
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

@Configuration
@Profile("cloud")
@PropertySource(value = "classpath:elasticsearch-ci.properties")
@PropertySource(value = "classpath:elasticsearch-cloud.properties")
public class ElasticsearchCloudConfig {
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Copyright (c) 2015. Bearchoke
#

jest.url=http://cloudfoundry:8751ec41a608be676350dfe89d65051a@dori-us-east-1.searchly.com

0 comments on commit 9cb8876

Please sign in to comment.