mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat: Re-compute the given items cost job.
feat: Optimize the architecture.
This commit is contained in:
@@ -28,5 +28,27 @@ module.exports = {
|
||||
secure: false,
|
||||
username: '842f331d3dc005',
|
||||
password: '172f97b34f1a17',
|
||||
}
|
||||
},
|
||||
mongoDb: {
|
||||
/**
|
||||
* That long string from mlab
|
||||
*/
|
||||
databaseURL: 'mongodb://localhost/bigcapital',
|
||||
},
|
||||
/**
|
||||
* Agenda.js stuff
|
||||
*/
|
||||
agenda: {
|
||||
dbCollection: process.env.AGENDA_DB_COLLECTION,
|
||||
pooltime: process.env.AGENDA_POOL_TIME,
|
||||
concurrency: parseInt(process.env.AGENDA_CONCURRENCY, 10),
|
||||
},
|
||||
|
||||
/**
|
||||
* Agendash config
|
||||
*/
|
||||
agendash: {
|
||||
user: 'agendash',
|
||||
password: '123456'
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user