We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4150c3 commit 806038bCopy full SHA for 806038b
1 file changed
config/production.js
@@ -13,16 +13,30 @@ function reportingFactory(path, options) {
13
}
14
15
module.exports = {
16
+ server: {
17
+ cache: {
18
+ name: 'redisCache',
19
+ engine: 'catbox-redis',
20
+ host: process.env.REDIS_URL,
21
+ database: 0,
22
+ partition: 'lvc-cache',
23
+ },
24
25
host: {
26
hostname: 'lvconnect.link-value.fr',
27
port: 8000,
28
},
29
mongodb: {
- host: 'localhost',
- port: 27017,
- database: 'lvconnect?authSource=admin',
- username: 'linkvalue-deploy',
- password: 'OSbmSJJGBxQau5H5',
30
+ host: 'ds145039.mlab.com',
31
+ port: 45039,
32
+ database: 'heroku_fcp37rmh',
33
+ username: 'heroku_fcp37rmh',
34
+ password: '4lqc04tkc8n4oogo873im9eo4o',
35
36
+ kue: {
37
38
+ db: 0,
39
+ prefix: 'lvc-kue',
40
41
logs: {
42
reporters: {
0 commit comments