You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-06 21:04:14 +02:00
6 lines
192 B
Plaintext
Vendored
6 lines
192 B
Plaintext
Vendored
oint mongodb CreateUser \
|
|
--dbc "mongodb://bayselonarrend:12we3456!2154@127.0.0.1:27017/?authSource=admin" \
|
|
--name "newuser" \
|
|
--roles "['read','userAdmin']" \
|
|
--db "main" \
|
|
--pwd "1234" |