01ad3f1a8f
Change-Id: Ib92e4f7914688a60f81e078de4da32f11067b80c Implements: blueprint endpoints
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
[drivers]
|
|
;transport = wsgi, zmq
|
|
transport = wsgi
|
|
storage = mongodb
|
|
|
|
[drivers:transport:wsgi]
|
|
port = 8888
|
|
|
|
;[drivers:transport:zmq]
|
|
;port = 9999
|
|
|
|
[drivers:storage:mongodb]
|
|
uri = mongodb://db1.example.net,db2.example.net:2500/?replicaSet=test&ssl=true&w=majority |