forked from couchbase/couchbase-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.ini.sample
More file actions
35 lines (29 loc) · 792 Bytes
/
tests.ini.sample
File metadata and controls
35 lines (29 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[realserver]
#Local
host =localhost
port = 8091
admin_username = Administrator
; The administrative password. This is the password used to
; log into the admin console
admin_password = 123456
#Docker
#host = 127.0.0.1
#port = 32790
#network = external
#Vagrant
#host = 10.112.190.101
#port = 8091
bucket_name = default
; If a SASL bucket is being used (i.e. buckets are set up
; per the script, then this is the *bucket* password
; bucket_password sasl_password
bucket_password =
; Set this to true if there is a real cluster available
enabled = True
[mock]
; Set this to enabled to use the mock
enabled = True
; Local path for the mock
path = CouchbaseMock-LATEST.jar
; Where to download it, if not available
url = http://packages.couchbase.com/clients/c/mock/CouchbaseMock-LATEST.jar