lib/medea/jasondb.rb in medea-0.6.9 vs lib/medea/jasondb.rb in medea-0.7.0

- old
+ new

@@ -21,10 +21,11 @@ protocol = "http" if mode == :secure protocol << "s" "#{protocol}://#{user}:#{password}@#{host}/#{topic}/" else #mode == :public - "#{protocol}://#{host}/#{topic}/" + #TODO Remove the dummy "a:a" here... + "#{protocol}://a:a@#{host}/#{topic}/" end end end \ No newline at end of file