Skip to content

Commit 7afc0e6

Browse files
committed
a
1 parent 4476999 commit 7afc0e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/default.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
module.exports = {
24
db: {
35
connection: {
@@ -8,3 +10,7 @@ module.exports = {
810
}
911
}
1012
}
13+
14+
if (require('fs').existsSync(__dirname + '/prod.js')) {
15+
module.exports = require(__dirname + '/prod.js');
16+
};

0 commit comments

Comments
 (0)