mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: older backends are no longer supported
Solution: when running the command `bigchaindb configure`, configure for `localmongodb` only.
This commit is contained in:
parent
161ccdda5d
commit
bf2a1c6a60
@ -271,7 +271,10 @@ def create_parser():
|
|||||||
help='Prepare the config file '
|
help='Prepare the config file '
|
||||||
'and create the node keypair')
|
'and create the node keypair')
|
||||||
config_parser.add_argument('backend',
|
config_parser.add_argument('backend',
|
||||||
choices=['rethinkdb', 'mongodb', 'localmongodb'],
|
choices=['localmongodb'],
|
||||||
|
default='localmongodb',
|
||||||
|
const='localmongodb',
|
||||||
|
nargs='?',
|
||||||
help='The backend to use. It can be either '
|
help='The backend to use. It can be either '
|
||||||
'rethinkdb or mongodb.')
|
'rethinkdb or mongodb.')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user