JSON
config for users management
Apps
> Create New
> From JSON
and choose downloaded file above.
Resource
and choose one. Look at the App Resources section to see how to connect different types of resources.Update
, Remove
, Verify Email
.REST API
resourceBase URL
of your server. For local development you need to tunnel the traffic.x-admin-key
header. The value for x-admin-key
is stored in config environments as adminKey
.MongoDB
resourceUse a database connection string
. For local development you need to tunnel the traffic.Connection String
of your database. The value for Connection String
is stored in config environments as mongo.connection
.ngrok http <your-api-port>
https://617c-93-125-14-163.ngrok.io
ngrok tcp <your-mongodb-port>
. You will see the forwarding link, for example tcp:/2.tcp.ngrok.io:19888
.mongodb://root:root@<generated-route>:19888/api-development?authSource=admin&replicaSet=rs&directConnection=true
link.mongodb://root:[email protected]:19888/api-development?authSource=admin&replicaSet=rs&directConnection=true