Skip to content

netlify-labs/netlify-build-mongodb-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify MongoDB Atlas plugin

Provisions and makes available MongoDB Atlas databases.

How to use

In your netlify config file add:

plugins:
  - netlify-plugin-mongodb-atlas

Configuration

Configure the plugin:

plugins:
  - netlify-plugin-mongodb-atlas
      publicKey: <MongoDB Atlas Public API Key>
      privateKey: <MongoDB Atlas Private API Key>
      project: <Name of the project where this database will reside>
      cluster: <Name of the cluster that is going to be created>
      dbUsername: <Database username>
      dbUserPassword: <Database password>

About

Provisions and makes available MongoDB Atlas databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published