This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PolyNotFound/backend/app/config/mongodb.config.js
2021-10-29 11:22:24 +02:00

3 lines
70 B
JavaScript

module.exports = {
url: "mongodb://127.0.0.1:27017/polynotfound"
};