Skip to content
Snippets Groups Projects
  • Lucendio's avatar
    466725d4
    Remove dependency installation & rework build example · 466725d4
    Lucendio authored
    * removed hack folder and with it all code to install deps
    * reworked `make build` to show more explicitly what needs to be done when
      producing an artifact
    * bumped node version dep to v14 (to make jest work again)
    * adjusted readme
    * suppress console output when running jest client tests
    466725d4
    History
    Remove dependency installation & rework build example
    Lucendio authored
    * removed hack folder and with it all code to install deps
    * reworked `make build` to show more explicitly what needs to be done when
      producing an artifact
    * bumped node version dep to v14 (to make jest work again)
    * adjusted readme
    * suppress console output when running jest client tests
dev.mongod.conf 208 B
systemLog:
  destination: file
  path: ./.local/logs/mongodb.log
  logAppend: true
storage:
  dbPath: ./.local/data/db
  journal:
    enabled: true
  engine: wiredTiger
net:
  bindIp: 127.0.0.1
  port: 27017