{
    "default": {
        "type": "mongodb",
        "uri": "mongodb://localhost:27017",
        "database": "domma_cms",
        "options": {}
    },
    "_comment": "Copy this file to connections.json and update with your MongoDB connection details. Each key is a named connection. Collections reference connections by name in their schema.json storage config. The 'default' connection is used when no connection name is specified."
}
