Hier ist meine einfache Test-MongoDB-Konfigurationsdatei für Windows. Beachten Sie, dass ich vor jeder Eigenschaft 2 Leerzeichen haben musste, z. B. Pfad. Wenn ich 3 Leerzeichen hatte, bekam ich beim Start einen Fehler.
Ich starte den Server mit:mongod --config c:\tools\mongodb\db\mongod.cfg
systemLog:
destination: file
path: "C:\\tools\\mongodb\\db\\log\\mongo.log"
logAppend: true
storage:
dbPath: "C:\\tools\\mongodb\\db\\data"
security:
authorization: enabled