mirror of
https://github.com/moparisthebest/mail
synced 2024-11-11 19:55:06 -05:00
10 lines
116 B
JavaScript
10 lines
116 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
server: {
|
||
|
port: 8889
|
||
|
},
|
||
|
log: {
|
||
|
level: "error"
|
||
|
}
|
||
|
};
|