Synopsis
The stack is provided as a service for other tech stacks requiring MongoDB configuration.
Note: This tech stack should be derived from and never used directly during a project generation session.
Contents
Options
Option Name |
description |
Type |
values |
mongodb |
server addresses |
List of IP addresses to one or more MongoDB instances |
input |
|
database name |
Name of the database to connect to. Leave blank if there is a one database per entity in the model |
input |
default: mydatabase |
default collection name |
The default name of the collection to persist to documents to |
input |
default: default_collection |
auto-increment id name |
the name of the increment to use |
input |
default: _id |
auto-increment seq name |
then name of the increment sequence to use |
input |
default: seq |