Browse Source

Move to test system url for testing.

Martin Edenhofer 11 years ago
parent
commit
e16a7be11d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/search_index_backend.rb

+ 1 - 1
lib/search_index_backend.rb

@@ -2,7 +2,7 @@
 
 class SearchIndexBackend
   @@index = "zammad_#{Rails.env}"
-  @@url   = 'http://127.0.0.1:9000'
+  @@url   = 'http://217.111.80.181'
   @@user  = 'elasticsearch'
   @@pw    = 'zammad'