mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-04 22:35:38 +00:00
Feature: First version of the REST API done
This commit is contained in:
11
config/db.js
Normal file
11
config/db.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
development: {
|
||||
url: 'mongodb://' + process.env.IP + ':27017/cloudbudget_dev'
|
||||
},
|
||||
test: {
|
||||
url: 'mongodb://localhost:27017/cloudbudget_test'
|
||||
},
|
||||
production: {
|
||||
url: 'mongodb://' + process.env.IP + ':27017/cloudbudget'
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user