summaryrefslogtreecommitdiff
path: root/src/config/database-docker.js
blob: 96c987d55952eadcffcd3e4f0999ec600aadb999 (plain)
1
2
3
module.exports = {
  url: "mongodb://mongo:27017/gathio", // For dockerised MongoDB connection
};