s/localhost/127.0.0.1/
This commit is contained in:
parent
12c09085df
commit
7461e3fede
16 changed files with 46 additions and 46 deletions
|
@ -1,7 +1,7 @@
|
|||
module CouchRest
|
||||
class Server
|
||||
attr_accessor :uri, :uuid_batch_count
|
||||
def initialize server = 'http://localhost:5984', uuid_batch_count = 1000
|
||||
def initialize server = 'http://127.0.0.1:5984', uuid_batch_count = 1000
|
||||
@uri = server
|
||||
@uuid_batch_count = uuid_batch_count
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue