blob: 497775417140e3bab0570c7790a62fcf5bca27f9 [file] [log] [blame]
# #############################
# MongoDB Backend configuration
# #############################
# #############################
# Username
# #############################
# The username for connecting to the MongoDB
dbuser=admin
# #############################
# Database Name
# #############################
# The database in the MongoDB that hold the data
dbname=admin
# #############################
# Connection String
# #############################
# MongoDB connection string for connecting to the MongoDB endpoint
dbconnectionstring=mongodb://localhost:27017/
# #############################
# Registry Collections
# #############################
# Collection name that is used for storing registry data
dbcollectionRegistry=registry
# #############################
# AAS collections
# #############################
# Collection names that are used for storing the AAS and Submodels
# dbcollectionAAS=assetadministrationshells
# dbcollectionSubmodels=submodels