Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
themeFadeToGrey
node server.js{

Storage

Staging Repository data is stored in a No-SQL database. By default the Staging Repository uses MongoDB as its storage option. Custom plugins can be developed for other No-SQL databases. To create a custom database connection see.

The Staging Repository will automatically create the database and all needed collections (contentstransactionssettingsforeignkeys and reprocesses) used by each Storage Unit.

Environment Configurations

The Staging Repository can hold the configuration for multiple environments. The config/env folder holds the different configuration files for all environments.

...