package
0.0.0-20220112191037-d9faf2ac2836
Repository: https://github.com/themakers/identity.git
Documentation: pkg.go.dev
# README
Identity Mongo DB backend Impl
mongod --smallfiles --bind_ip_all --replSet rs0 --dbpath=$HOME/mongodb
mongo> rs.initiate({_id: "rs0", members: [{_id: 0, host: "127.0.0.1:27017"}] })
mongo> db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
# Functions
No description provided by the author